#18478F

Color #18478F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #18478F

Tints of Dark Cerulean #18478F

Color information

#18478F (or 0x18478F) is unknown color: approx Dark Cerulean. HEX triplet: 18, 47 and 8F. RGB value is (24,71,143). Sum of RGB (Red+Green+Blue) = 24+71+143=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 143 (56.25% from 255 or 60.08% from 238); Max value from RGB is 143 - color contains mainly: blue. Hex color #18478F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18478F is #E7B870. Grayscale: #404040. Windows color (decimal): -15186033 or 9389848. OLE color: 9389848.

HSL color Cylindrical-coordinate representation of color #18478F: hue angle of 216.3º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18478F is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2471143-
CMYK0.830.5000.44
HSL216.3º71.26%32.75%-
HSV(B)216.3º83.22%56.08%-
XYZ7.596.6826.88-
YUV65.16171.9398.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 10.08%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 143 (56.25% from 255) = 60.08%
R=10.08%
G=29.83%
B=60.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24711430.830.5000.44216.371.2632.75
Hex18478F533202Cd84721
Octal301072171236205433010741
Binary1100010001111000111110100111100100101100110110001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18478F; }

 p { color: rgb(24,71,143); }

 H1.HeaderClassName
 {
   color: #18478F;
 }
 .AnyTagClassName
 {
   color: #18478F;
 }
</style>
background-color css

<style>
 a { background-color: #18478F; }

 a { background-color: rgb(24,71,143); }

 div.DivClassName
 {
   background-color: #18478F;
 }
 .BgClassName
 {
   background-color: #18478F;
 }
</style>
border-color css

<style>
 span { border-color: #18478F; }

 span { border-color: rgb(24,71,143); }

 td.TdClassName
 {
   border-color: #18478F;
 }
 .TagClassName
 {
   border-color: #18478F;
 }
</style>