#18447E

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

Shades of Dark Cerulean #18447E

Tints of Dark Cerulean #18447E

Color information

#18447E (or 0x18447E) is unknown color: approx Dark Cerulean. HEX triplet: 18, 44 and 7E. RGB value is (24,68,126). Sum of RGB (Red+Green+Blue) = 24+68+126=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #18447E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18447E is #E7BB81. Grayscale: #3D3D3D. Windows color (decimal): -15186818 or 8274968. OLE color: 8274968.

HSL color Cylindrical-coordinate representation of color #18447E: hue angle of 214.12º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18447E is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2468126-
CMYK0.810.4600.51
HSL214.12º68%29.41%-
HSV(B)214.12º80.95%49.41%-
XYZ6.215.8320.54-
YUV61.46164.42101.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 126 (49.61% from 255) = 57.80%
R=11.01%
G=31.19%
B=57.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24681260.810.4600.51214.126829.41
Hex18447E512E033d6441d
Octal301041761215606332610435
Binary11000100010011111101010001101110011001111010110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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