#024F7A

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

Shades of Dark Cerulean #024F7A

Tints of Dark Cerulean #024F7A

Color information

#024F7A (or 0x024F7A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4F and 7A. RGB value is (2,79,122). Sum of RGB (Red+Green+Blue) = 2+79+122=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #024F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F7A is #FDB085. Grayscale: #3C3C3C. Windows color (decimal): -16625798 or 8015618. OLE color: 8015618.

HSL color Cylindrical-coordinate representation of color #024F7A: hue angle of 201.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 #024F7A is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB279122-
CMYK0.980.3500.52
HSL201.5º96.77%24.31%-
HSV(B)201.5º98.36%47.84%-
XYZ6.337.0119.43-
YUV60.88162.4986-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=0.99%
G=38.92%
B=60.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2791220.980.3500.52201.596.7724.31
Hex24F7A6223034ca6118
Octal21171721424306431214130
Binary10100111111110101100010100011011010011001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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