#18466D

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

Shades of Dark Cerulean #18466D

Tints of Dark Cerulean #18466D

Color information

#18466D (or 0x18466D) is unknown color: approx Dark Cerulean. HEX triplet: 18, 46 and 6D. RGB value is (24,70,109). Sum of RGB (Red+Green+Blue) = 24+70+109=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #18466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18466D is #E7B992. Grayscale: #3C3C3C. Windows color (decimal): -15186323 or 7161368. OLE color: 7161368.

HSL color Cylindrical-coordinate representation of color #18466D: hue angle of 207.53º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18466D is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2470109-
CMYK0.780.3600.57
HSL207.53º63.91%26.08%-
HSV(B)207.53º77.98%42.75%-
XYZ5.335.6815.28-
YUV60.69155.26101.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 109 (42.97% from 255) = 53.69%
R=11.82%
G=34.48%
B=53.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24701090.780.3600.57207.5363.9126.08
Hex18466D4E24039d0401a
Octal301061551164407132010032
Binary11000100011011011011001110100100011100111010000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,70,109); }

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

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

 a { background-color: rgb(24,70,109); }

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

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

 span { border-color: rgb(24,70,109); }

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