#184985

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

Shades of Dark Cerulean #184985

Tints of Dark Cerulean #184985

Color information

#184985 (or 0x184985) is unknown color: approx Dark Cerulean. HEX triplet: 18, 49 and 85. RGB value is (24,73,133). Sum of RGB (Red+Green+Blue) = 24+73+133=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #184985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184985 is #E7B67A. Grayscale: #404040. Windows color (decimal): -15185531 or 8735000. OLE color: 8735000.

HSL color Cylindrical-coordinate representation of color #184985: hue angle of 213.03º 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 #184985 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2473133-
CMYK0.820.4500.48
HSL213.03º69.43%30.78%-
HSV(B)213.03º81.95%52.16%-
XYZ6.996.6523.11-
YUV65.19166.2798.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=10.43%
G=31.74%
B=57.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24731330.820.4500.48213.0369.4330.78
Hex184985522D030d5451f
Octal301112051225506032510537
Binary110001001001100001011010010101101011000011010101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184985; }

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

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

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

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

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

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

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

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