#02069C

Color #02069C New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #02069C

Tints of New Midnight Blue #02069C

Color information

#02069C (or 0x02069C) is unknown color: approx New Midnight Blue. HEX triplet: 02, 06 and 9C. RGB value is (2,6,156). Sum of RGB (Red+Green+Blue) = 2+6+156=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 156 (61.33% from 255 or 95.12% from 164); Max value from RGB is 156 - color contains mainly: blue. Hex color #02069C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02069C is #FDF963. Grayscale: #151515. Windows color (decimal): -16644452 or 10225154. OLE color: 10225154.

HSL color Cylindrical-coordinate representation of color #02069C: hue angle of 238.44º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02069C is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB26156-
CMYK0.990.9600.39
HSL238.44º97.47%30.98%-
HSV(B)238.44º98.72%61.18%-
XYZ6.092.5431.62-
YUV21.9203.67113.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 156 (61.33% from 255) = 95.12%
R=1.22%
G=3.66%
B=95.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal261560.990.9600.39238.4497.4730.98
Hex269C6360027ee611f
Octal2623414314004735614137
Binary101101001110011000111100000010011111101110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02069C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,6,156); }

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

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

 a { background-color: rgb(2,6,156); }

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

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

 span { border-color: rgb(2,6,156); }

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