#184485

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

Shades of Dark Cerulean #184485

Tints of Dark Cerulean #184485

Color information

#184485 (or 0x184485) is unknown color: approx Dark Cerulean. HEX triplet: 18, 44 and 85. RGB value is (24,68,133). Sum of RGB (Red+Green+Blue) = 24+68+133=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #184485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184485 is #E7BB7A. Grayscale: #3D3D3D. Windows color (decimal): -15186811 or 8733720. OLE color: 8733720.

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

Color convert

RGB2468133-
CMYK0.820.4900.48
HSL215.78º69.43%30.78%-
HSV(B)215.78º81.95%52.16%-
XYZ6.686.0223-
YUV62.25167.92100.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=10.67%
G=30.22%
B=59.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24681330.820.4900.48215.7869.4330.78
Hex1844855231030d8451f
Octal301042051226106033010537
Binary110001000100100001011010010110001011000011011000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184485; }

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

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

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

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

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

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

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

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