#024C74

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

Shades of Dark Cerulean #024C74

Tints of Dark Cerulean #024C74

Color information

#024C74 (or 0x024C74) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4C and 74. RGB value is (2,76,116). Sum of RGB (Red+Green+Blue) = 2+76+116=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #024C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C74 is #FDB38B. Grayscale: #3A3A3A. Windows color (decimal): -16626572 or 7621634. OLE color: 7621634.

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

Color convert

RGB276116-
CMYK0.980.3400.55
HSL201.05º96.61%23.14%-
HSV(B)201.05º98.28%45.49%-
XYZ5.766.4417.46-
YUV58.43160.4887.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 76 (30.08% from 255) = 39.18%
BLUE value IS 116 (45.70% from 255) = 59.79%
R=1.03%
G=39.18%
B=59.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2761160.980.3400.55201.0596.6123.14
Hex24C746222037c96117
Octal21141641424206731114127
Binary10100110011101001100010100010011011111001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,76,116); }

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

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

 a { background-color: rgb(2,76,116); }

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

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

 span { border-color: rgb(2,76,116); }

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