#18417B

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

Shades of Dark Cerulean #18417B

Tints of Dark Cerulean #18417B

Color information

#18417B (or 0x18417B) is unknown color: approx Dark Cerulean. HEX triplet: 18, 41 and 7B. RGB value is (24,65,123). Sum of RGB (Red+Green+Blue) = 24+65+123=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #18417B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18417B is #E7BE84. Grayscale: #3B3B3B. Windows color (decimal): -15187589 or 8077592. OLE color: 8077592.

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

Color convert

RGB2465123-
CMYK0.800.4700.52
HSL215.15º67.35%28.82%-
HSV(B)215.15º80.49%48.24%-
XYZ5.845.419.47-
YUV59.35163.92102.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.32%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 123 (48.44% from 255) = 58.02%
R=11.32%
G=30.66%
B=58.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24651230.800.4700.52215.1567.3528.82
Hex18417B502F034d7431d
Octal301011731205706432710335
Binary11000100000111110111010000101111011010011010111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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