#02427C

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

Shades of Dark Cerulean #02427C

Tints of Dark Cerulean #02427C

Color information

#02427C (or 0x02427C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 42 and 7C. RGB value is (2,66,124). Sum of RGB (Red+Green+Blue) = 2+66+124=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #02427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02427C is #FDBD83. Grayscale: #353535. Windows color (decimal): -16629124 or 8143362. OLE color: 8143362.

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

Color convert

RGB266124-
CMYK0.980.4700.51
HSL208.52º96.83%24.71%-
HSV(B)208.52º98.39%48.63%-
XYZ5.615.3619.81-
YUV53.48167.891.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=1.04%
G=34.38%
B=64.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2661240.980.4700.51208.5296.8324.71
Hex2427C622F033d16119
Octal21021741425706332114131
Binary10100001011111001100010101111011001111010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02427C; }

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

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

<style>
 a { background-color: #02427C; }

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

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

<style>
 span { border-color: #02427C; }

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

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