#184885

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

Shades of Dark Cerulean #184885

Tints of Dark Cerulean #184885

Color information

#184885 (or 0x184885) is unknown color: approx Dark Cerulean. HEX triplet: 18, 48 and 85. RGB value is (24,72,133). Sum of RGB (Red+Green+Blue) = 24+72+133=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #184885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184885 is #E7B77A. Grayscale: #404040. Windows color (decimal): -15185787 or 8734744. OLE color: 8734744.

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

Color convert

RGB2472133-
CMYK0.820.4600.48
HSL213.58º69.43%30.78%-
HSV(B)213.58º81.95%52.16%-
XYZ6.936.5223.08-
YUV64.6166.699.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=10.48%
G=31.44%
B=58.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24721330.820.4600.48213.5869.4330.78
Hex184885522E030d6451f
Octal301102051225606032610537
Binary110001001000100001011010010101110011000011010110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184885; }

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

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

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

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

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

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

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

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