#184882

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

Shades of Dark Cerulean #184882

Tints of Dark Cerulean #184882

Color information

#184882 (or 0x184882) is unknown color: approx Dark Cerulean. HEX triplet: 18, 48 and 82. RGB value is (24,72,130). Sum of RGB (Red+Green+Blue) = 24+72+130=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #184882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184882 is #E7B77D. Grayscale: #3F3F3F. Windows color (decimal): -15185790 or 8538136. OLE color: 8538136.

HSL color Cylindrical-coordinate representation of color #184882: hue angle of 212.83º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #184882 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2472130-
CMYK0.820.4500.49
HSL212.83º68.83%30.2%-
HSV(B)212.83º81.54%50.98%-
XYZ6.726.4422.01-
YUV64.26165.199.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=10.62%
G=31.86%
B=57.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24721300.820.4500.49212.8368.8330.2
Hex184882522D031d5451e
Octal301102021225506132510536
Binary110001001000100000101010010101101011000111010101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184882; }

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

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

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

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

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

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

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

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