#18447B

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

Shades of Dark Cerulean #18447B

Tints of Dark Cerulean #18447B

Color information

#18447B (or 0x18447B) is unknown color: approx Dark Cerulean. HEX triplet: 18, 44 and 7B. RGB value is (24,68,123). Sum of RGB (Red+Green+Blue) = 24+68+123=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #18447B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18447B is #E7BB84. Grayscale: #3C3C3C. Windows color (decimal): -15186821 or 8078360. OLE color: 8078360.

HSL color Cylindrical-coordinate representation of color #18447B: hue angle of 213.33º 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 #18447B is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2468123-
CMYK0.800.4500.52
HSL213.33º67.35%28.82%-
HSV(B)213.33º80.49%48.24%-
XYZ6.025.7619.53-
YUV61.11162.92101.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=11.16%
G=31.63%
B=57.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24681230.800.4500.52213.3367.3528.82
Hex18447B502D034d5431d
Octal301041731205506432510335
Binary11000100010011110111010000101101011010011010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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