#18478A

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

Shades of Dark Cerulean #18478A

Tints of Dark Cerulean #18478A

Color information

#18478A (or 0x18478A) is unknown color: approx Dark Cerulean. HEX triplet: 18, 47 and 8A. RGB value is (24,71,138). Sum of RGB (Red+Green+Blue) = 24+71+138=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #18478A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18478A is #E7B875. Grayscale: #404040. Windows color (decimal): -15186038 or 9062168. OLE color: 9062168.

HSL color Cylindrical-coordinate representation of color #18478A: hue angle of 215.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18478A is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2471138-
CMYK0.830.4900.46
HSL215.26º70.37%31.76%-
HSV(B)215.26º82.61%54.12%-
XYZ7.226.5424.93-
YUV64.59169.4399.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 138 (54.30% from 255) = 59.23%
R=10.30%
G=30.47%
B=59.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24711380.830.4900.46215.2670.3731.76
Hex18478A533102Ed74620
Octal301072121236105632710640
Binary1100010001111000101010100111100010101110110101111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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