#024E73

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

Shades of Dark Cerulean #024E73

Tints of Dark Cerulean #024E73

Color information

#024E73 (or 0x024E73) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4E and 73. RGB value is (2,78,115). Sum of RGB (Red+Green+Blue) = 2+78+115=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #024E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E73 is #FDB18C. Grayscale: #3B3B3B. Windows color (decimal): -16626061 or 7556610. OLE color: 7556610.

HSL color Cylindrical-coordinate representation of color #024E73: hue angle of 199.65º 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 #024E73 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB278115-
CMYK0.980.3200.55
HSL199.65º96.58%22.94%-
HSV(B)199.65º98.26%45.1%-
XYZ5.846.717.2-
YUV59.49159.3286.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=1.03%
G=40%
B=58.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2781150.980.3200.55199.6596.5822.94
Hex24E736220037c86117
Octal21161631424006731014127
Binary10100111011100111100010100000011011111001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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