#020695

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

Shades of New Midnight Blue #020695

Tints of New Midnight Blue #020695

Color information

#020695 (or 0x020695) is unknown color: approx New Midnight Blue. HEX triplet: 02, 06 and 95. RGB value is (2,6,149). Sum of RGB (Red+Green+Blue) = 2+6+149=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 149 (58.59% from 255 or 94.90% from 157); Max value from RGB is 149 - color contains mainly: blue. Hex color #020695 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020695 is #FDF96A. Grayscale: #141414. Windows color (decimal): -16644459 or 9766402. OLE color: 9766402.

HSL color Cylindrical-coordinate representation of color #020695: hue angle of 238.37º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020695 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB26149-
CMYK0.990.9600.42
HSL238.37º97.35%29.61%-
HSV(B)238.37º98.66%58.43%-
XYZ5.512.3128.59-
YUV21.11200.17114.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 149 (58.59% from 255) = 94.90%
R=1.27%
G=3.82%
B=94.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261490.990.9600.42238.3797.3529.61
Hex2695636002Aee611e
Octal2622514314005235614136
Binary101101001010111000111100000010101011101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020695; }

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

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

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

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

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

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

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

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