#024C7D

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

Shades of Dark Cerulean #024C7D

Tints of Dark Cerulean #024C7D

Color information

#024C7D (or 0x024C7D) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4C and 7D. RGB value is (2,76,125). Sum of RGB (Red+Green+Blue) = 2+76+125=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #024C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C7D is #FDB382. Grayscale: #3B3B3B. Windows color (decimal): -16626563 or 8211458. OLE color: 8211458.

HSL color Cylindrical-coordinate representation of color #024C7D: hue angle of 203.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C7D is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB276125-
CMYK0.980.3900.51
HSL203.9º96.85%24.9%-
HSV(B)203.9º98.4%49.02%-
XYZ6.316.6620.36-
YUV59.46164.9887.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 125 (49.22% from 255) = 61.58%
R=0.99%
G=37.44%
B=61.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2761250.980.3900.51203.996.8524.9
Hex24C7D6227033cc6119
Octal21141751424706331414131
Binary10100110011111011100010100111011001111001100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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