#18477B

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

Shades of Dark Cerulean #18477B

Tints of Dark Cerulean #18477B

Color information

#18477B (or 0x18477B) is unknown color: approx Dark Cerulean. HEX triplet: 18, 47 and 7B. RGB value is (24,71,123). Sum of RGB (Red+Green+Blue) = 24+71+123=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #18477B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18477B is #E7B884. Grayscale: #3E3E3E. Windows color (decimal): -15186053 or 8079128. OLE color: 8079128.

HSL color Cylindrical-coordinate representation of color #18477B: hue angle of 211.52º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18477B is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2471123-
CMYK0.800.4200.52
HSL211.52º67.35%28.82%-
HSV(B)211.52º80.49%48.24%-
XYZ6.216.1319.6-
YUV62.88161.93100.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 123 (48.44% from 255) = 56.42%
R=11.01%
G=32.57%
B=56.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24711230.800.4200.52211.5267.3528.82
Hex18477B502A034d4431d
Octal301071731205206432410335
Binary11000100011111110111010000101010011010011010100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18477B; }

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

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

<style>
 a { background-color: #18477B; }

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

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

<style>
 span { border-color: #18477B; }

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

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