#184886

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

Shades of Dark Cerulean #184886

Tints of Dark Cerulean #184886

Color information

#184886 (or 0x184886) is unknown color: approx Dark Cerulean. HEX triplet: 18, 48 and 86. RGB value is (24,72,134). Sum of RGB (Red+Green+Blue) = 24+72+134=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #184886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184886 is #E7B779. Grayscale: #404040. Windows color (decimal): -15185786 or 8800280. OLE color: 8800280.

HSL color Cylindrical-coordinate representation of color #184886: hue angle of 213.82º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #184886 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2472134-
CMYK0.820.4600.47
HSL213.82º69.62%30.98%-
HSV(B)213.82º82.09%52.55%-
XYZ76.5523.45-
YUV64.72167.198.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 134 (52.73% from 255) = 58.26%
R=10.43%
G=31.30%
B=58.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24721340.820.4600.47213.8269.6230.98
Hex184886522E02Fd6461f
Octal301102061225605732610637
Binary110001001000100001101010010101110010111111010110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184886; }

 p { color: rgb(24,72,134); }

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

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

 a { background-color: rgb(24,72,134); }

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

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

 span { border-color: rgb(24,72,134); }

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