Html Css Color HEX #02064E Midnight Blue

📋 copy color: '#02064E'

red 2 ◦ green 6 ◦ blue 78

#02064E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #02064E

Tints of Midnight Blue #02064E

RGB

 RED value IS 2 (1.17% from 255) = 2.33%

 GREEN value IS 6 (2.73% from 255) = 6.98%

 BLUE value IS 78 (30.86% from 255) = 90.7%

R = 2.33%
G = 6.98%
B = 90.7%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#02064E (or 0x02064E) is known color: Midnight Blue. HEX triplet: 02, 06 and 4E. RGB value is (2,6,78). Sum of RGB (Red+Green+Blue) = 2+6+78=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 78 (30.86% from 255 or 90.70% from 86); Max value from RGB is 78 - color contains mainly: blue. Hex color #02064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02064E is #FDF9B1. Grayscale: #0C0C0C. Windows color (decimal): -16644530 or 5113346. OLE color: 5113346.

HSL color Cylindrical-coordinate representation of color #02064E: hue angle of 236.84º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02064E is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 6 78 -
CMYK 0.97 0.92 0 0.69
HSL 236.84º 0.95% 0.16% -
HSV(B) 236.84º 0.97% 0.31% -
XYZ 1.47 0.69 7.26 -
YUV 13.01 164.67 120.15 -
System Red Green Blue C M Y K H S L
Decimal 2 6 78 0.97 0.92 0 0.69 236.84 0.95 0.16
Hex 2 6 4E 61 5C 0 45 ED 5F 10
Octal 2 6 116 141 134 0 105 355 137 20
Binary 10 110 1001110 1100001 1011100 0 1000101 11101101 1011111 10000

Color Harmonies of #02064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02064E

Black with #02064E

Text Example


Text Example

White with #02064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02064E; }

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

 H1.HeaderClassName
 {
   color: #02064E;
 }
 .AnyTagClassName
 {
   color: #02064E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #02064E;
 }
 .BgClassName
 {
   background-color: #02064E;
 }
</style>

border-color css

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

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

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