#184075

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

Shades of Dark Cerulean #184075

Tints of Dark Cerulean #184075

Color information

#184075 (or 0x184075) is unknown color: approx Dark Cerulean. HEX triplet: 18, 40 and 75. RGB value is (24,64,117). Sum of RGB (Red+Green+Blue) = 24+64+117=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #184075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184075 is #E7BF8A. Grayscale: #393939. Windows color (decimal): -15187851 or 7684120. OLE color: 7684120.

HSL color Cylindrical-coordinate representation of color #184075: hue angle of 214.19º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184075 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2464117-
CMYK0.790.4500.54
HSL214.19º65.96%27.65%-
HSV(B)214.19º79.49%45.88%-
XYZ5.425.1517.54-
YUV58.08161.25103.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.71%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=11.71%
G=31.22%
B=57.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24641170.790.4500.54214.1965.9627.65
Hex1840754F2D036d6421c
Octal301001651175506632610234
Binary11000100000011101011001111101101011011011010110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184075; }

 p { color: rgb(24,64,117); }

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

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

 a { background-color: rgb(24,64,117); }

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

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

 span { border-color: rgb(24,64,117); }

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