#024F73

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

Shades of Dark Cerulean #024F73

Tints of Dark Cerulean #024F73

Color information

#024F73 (or 0x024F73) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4F and 73. RGB value is (2,79,115). Sum of RGB (Red+Green+Blue) = 2+79+115=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #024F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F73 is #FDB08C. Grayscale: #3B3B3B. Windows color (decimal): -16625805 or 7556866. OLE color: 7556866.

HSL color Cylindrical-coordinate representation of color #024F73: hue angle of 199.12º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024F73 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB279115-
CMYK0.980.3100.55
HSL199.12º96.58%22.94%-
HSV(B)199.12º98.26%45.1%-
XYZ5.926.8417.23-
YUV60.08158.9986.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=1.02%
G=40.31%
B=58.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2791150.980.3100.55199.1296.5822.94
Hex24F73621F037c76117
Octal21171631423706730714127
Binary1010011111110011110001011111011011111000111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,79,115); }

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

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

 a { background-color: rgb(2,79,115); }

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

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

 span { border-color: rgb(2,79,115); }

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