#02065B

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

Shades of Midnight Blue #02065B

Tints of Midnight Blue #02065B

Color information

#02065B (or 0x02065B) is unknown color: approx Midnight Blue. HEX triplet: 02, 06 and 5B. RGB value is (2,6,91). Sum of RGB (Red+Green+Blue) = 2+6+91=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 91 (35.94% from 255 or 91.92% from 99); Max value from RGB is 91 - color contains mainly: blue. Hex color #02065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02065B is #FDF9A4. Grayscale: #0E0E0E. Windows color (decimal): -16644517 or 5965314. OLE color: 5965314.

HSL color Cylindrical-coordinate representation of color #02065B: hue angle of 237.3º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02065B is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB2691-
CMYK0.980.9300.64
HSL237.3º95.7%18.24%-
HSV(B)237.3º97.8%35.69%-
XYZ1.980.99.97-
YUV14.49171.17119.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 91 (35.94% from 255) = 91.92%
R=2.02%
G=6.06%
B=91.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal26910.980.9300.64237.395.718.24
Hex265B625D040ed6012
Octal26133142135010035514022
Binary101101011011110001010111010100000011101101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02065B; }

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

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

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

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

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

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

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

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