#02065D

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

Shades of Midnight Blue #02065D

Tints of Midnight Blue #02065D

Color information

#02065D (or 0x02065D) is unknown color: approx Midnight Blue. HEX triplet: 02, 06 and 5D. RGB value is (2,6,93). Sum of RGB (Red+Green+Blue) = 2+6+93=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 93 (36.72% from 255 or 92.08% from 101); Max value from RGB is 93 - color contains mainly: blue. Hex color #02065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02065D is #FDF9A2. Grayscale: #0E0E0E. Windows color (decimal): -16644515 or 6096386. OLE color: 6096386.

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

Color convert

RGB2693-
CMYK0.980.9400.64
HSL237.36º95.79%18.63%-
HSV(B)237.36º97.85%36.47%-
XYZ2.070.9310.43-
YUV14.72172.17118.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 93 (36.72% from 255) = 92.08%
R=1.98%
G=5.94%
B=92.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal26930.980.9400.64237.3695.7918.63
Hex265D625E040ed6013
Octal26135142136010035514023
Binary101101011101110001010111100100000011101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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