#184475

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

Shades of Dark Cerulean #184475

Tints of Dark Cerulean #184475

Color information

#184475 (or 0x184475) is unknown color: approx Dark Cerulean. HEX triplet: 18, 44 and 75. RGB value is (24,68,117). Sum of RGB (Red+Green+Blue) = 24+68+117=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #184475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184475 is #E7BB8A. Grayscale: #3C3C3C. Windows color (decimal): -15186827 or 7685144. OLE color: 7685144.

HSL color Cylindrical-coordinate representation of color #184475: hue angle of 211.61º 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 #184475 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2468117-
CMYK0.790.4200.54
HSL211.61º65.96%27.65%-
HSV(B)211.61º79.49%45.88%-
XYZ5.655.6117.61-
YUV60.43159.92102.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=11.48%
G=32.54%
B=55.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24681170.790.4200.54211.6165.9627.65
Hex1844754F2A036d4421c
Octal301041651175206632410234
Binary11000100010011101011001111101010011011011010100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184475; }

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

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

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

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

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

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

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

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