#18447D

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

Shades of Dark Cerulean #18447D

Tints of Dark Cerulean #18447D

Color information

#18447D (or 0x18447D) is unknown color: approx Dark Cerulean. HEX triplet: 18, 44 and 7D. RGB value is (24,68,125). Sum of RGB (Red+Green+Blue) = 24+68+125=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #18447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18447D is #E7BB82. Grayscale: #3D3D3D. Windows color (decimal): -15186819 or 8209432. OLE color: 8209432.

HSL color Cylindrical-coordinate representation of color #18447D: hue angle of 213.86º 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 #18447D is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2468125-
CMYK0.810.4600.51
HSL213.86º67.79%29.22%-
HSV(B)213.86º80.8%49.02%-
XYZ6.155.8120.2-
YUV61.34163.92101.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.06%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=11.06%
G=31.34%
B=57.60%

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
Decimal24681250.810.4600.51213.8667.7929.22
Hex18447D512E033d6441d
Octal301041751215606332610435
Binary11000100010011111011010001101110011001111010110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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