#18476E

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

Shades of Dark Cerulean #18476E

Tints of Dark Cerulean #18476E

Color information

#18476E (or 0x18476E) is unknown color: approx Dark Cerulean. HEX triplet: 18, 47 and 6E. RGB value is (24,71,110). Sum of RGB (Red+Green+Blue) = 24+71+110=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #18476E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18476E is #E7B891. Grayscale: #3D3D3D. Windows color (decimal): -15186066 or 7227160. OLE color: 7227160.

HSL color Cylindrical-coordinate representation of color #18476E: hue angle of 207.21º 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 #18476E is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2471110-
CMYK0.780.3500.57
HSL207.21º64.18%26.27%-
HSV(B)207.21º78.18%43.14%-
XYZ5.445.8315.59-
YUV61.39155.43101.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.71%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 110 (43.36% from 255) = 53.66%
R=11.71%
G=34.63%
B=53.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24711100.780.3500.57207.2164.1826.27
Hex18476E4E23039cf401a
Octal301071561164307131710032
Binary11000100011111011101001110100011011100111001111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,71,110); }

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

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

 a { background-color: rgb(24,71,110); }

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

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

 span { border-color: rgb(24,71,110); }

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