#024E7C

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

Shades of Dark Cerulean #024E7C

Tints of Dark Cerulean #024E7C

Color information

#024E7C (or 0x024E7C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4E and 7C. RGB value is (2,78,124). Sum of RGB (Red+Green+Blue) = 2+78+124=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #024E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E7C is #FDB183. Grayscale: #3C3C3C. Windows color (decimal): -16626052 or 8146434. OLE color: 8146434.

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

Color convert

RGB278124-
CMYK0.980.3700.51
HSL202.62º96.83%24.71%-
HSV(B)202.62º98.39%48.63%-
XYZ6.396.9220.07-
YUV60.52163.8286.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 124 (48.83% from 255) = 60.78%
R=0.98%
G=38.24%
B=60.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2781240.980.3700.51202.6296.8324.71
Hex24E7C6225033cb6119
Octal21161741424506331314131
Binary10100111011111001100010100101011001111001011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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