#024F7C

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

Shades of Dark Cerulean #024F7C

Tints of Dark Cerulean #024F7C

Color information

#024F7C (or 0x024F7C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4F and 7C. RGB value is (2,79,124). Sum of RGB (Red+Green+Blue) = 2+79+124=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #024F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F7C is #FDB083. Grayscale: #3C3C3C. Windows color (decimal): -16625796 or 8146690. OLE color: 8146690.

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

Color convert

RGB279124-
CMYK0.980.3600.51
HSL202.13º96.83%24.71%-
HSV(B)202.13º98.39%48.63%-
XYZ6.467.0620.09-
YUV61.11163.4985.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 124 (48.83% from 255) = 60.49%
R=0.98%
G=38.54%
B=60.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2791240.980.3600.51202.1396.8324.71
Hex24F7C6224033ca6119
Octal21171741424406331214131
Binary10100111111111001100010100100011001111001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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