#184282

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

Shades of Dark Cerulean #184282

Tints of Dark Cerulean #184282

Color information

#184282 (or 0x184282) is unknown color: approx Dark Cerulean. HEX triplet: 18, 42 and 82. RGB value is (24,66,130). Sum of RGB (Red+Green+Blue) = 24+66+130=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #184282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184282 is #E7BD7D. Grayscale: #3C3C3C. Windows color (decimal): -15187326 or 8536600. OLE color: 8536600.

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

Color convert

RGB2466130-
CMYK0.820.4900.49
HSL216.23º68.83%30.2%-
HSV(B)216.23º81.54%50.98%-
XYZ6.355.721.88-
YUV60.74167.09101.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 130 (51.17% from 255) = 59.09%
R=10.91%
G=30%
B=59.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24661300.820.4900.49216.2368.8330.2
Hex1842825231031d8451e
Octal301022021226106133010536
Binary110001000010100000101010010110001011000111011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184282; }

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

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

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

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

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

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

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

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