#024D7A

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

Shades of Dark Cerulean #024D7A

Tints of Dark Cerulean #024D7A

Color information

#024D7A (or 0x024D7A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4D and 7A. RGB value is (2,77,122). Sum of RGB (Red+Green+Blue) = 2+77+122=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #024D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D7A is #FDB285. Grayscale: #3B3B3B. Windows color (decimal): -16626310 or 8015106. OLE color: 8015106.

HSL color Cylindrical-coordinate representation of color #024D7A: hue angle of 202.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024D7A is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB277122-
CMYK0.980.3700.52
HSL202.5º96.77%24.31%-
HSV(B)202.5º98.36%47.84%-
XYZ6.196.7319.38-
YUV59.7163.1586.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 77 (30.47% from 255) = 38.31%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=1.00%
G=38.31%
B=60.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2771220.980.3700.52202.596.7724.31
Hex24D7A6225034ca6118
Octal21151721424506431214130
Binary10100110111110101100010100101011010011001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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