#024D7C

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

Shades of Dark Cerulean #024D7C

Tints of Dark Cerulean #024D7C

Color information

#024D7C (or 0x024D7C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4D and 7C. RGB value is (2,77,124). Sum of RGB (Red+Green+Blue) = 2+77+124=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #024D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D7C is #FDB283. Grayscale: #3B3B3B. Windows color (decimal): -16626308 or 8146178. OLE color: 8146178.

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

Color convert

RGB277124-
CMYK0.980.3800.51
HSL203.11º96.83%24.71%-
HSV(B)203.11º98.39%48.63%-
XYZ6.326.7820.04-
YUV59.93164.1586.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=0.99%
G=37.93%
B=61.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2771240.980.3800.51203.1196.8324.71
Hex24D7C6226033cb6119
Octal21151741424606331314131
Binary10100110111111001100010100110011001111001011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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