#024D92

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

Shades of Dark Cerulean #024D92

Tints of Dark Cerulean #024D92

Color information

#024D92 (or 0x024D92) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4D and 92. RGB value is (2,77,146). Sum of RGB (Red+Green+Blue) = 2+77+146=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #024D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D92 is #FDB26D. Grayscale: #3E3E3E. Windows color (decimal): -16626286 or 9587970. OLE color: 9587970.

HSL color Cylindrical-coordinate representation of color #024D92: hue angle of 208.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024D92 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB277146-
CMYK0.990.4700.43
HSL208.75º97.3%29.02%-
HSV(B)208.75º98.63%57.25%-
XYZ7.877.428.21-
YUV62.44175.1584.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=0.89%
G=34.22%
B=64.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2771460.990.4700.43208.7597.329.02
Hex24D92632F02Bd1611d
Octal21152221435705332114135
Binary101001101100100101100011101111010101111010001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024D92; }

 p { color: rgb(2,77,146); }

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

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

 a { background-color: rgb(2,77,146); }

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

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

 span { border-color: rgb(2,77,146); }

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