Html Css Color HEX #020655 Midnight Blue

📋 copy color: '#020655'

red 2 ◦ green 6 ◦ blue 85

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

Shades of Midnight Blue #020655

Tints of Midnight Blue #020655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 91.4%

R = 2.15%
G = 6.45%
B = 91.4%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#020655 (or 0x020655) is known color: Midnight Blue. HEX triplet: 02, 06 and 55. RGB value is (2,6,85). Sum of RGB (Red+Green+Blue) = 2+6+85=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 85 (33.59% from 255 or 91.40% from 93); Max value from RGB is 85 - color contains mainly: blue. Hex color #020655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020655 is #FDF9AA. Grayscale: #0D0D0D. Windows color (decimal): -16644523 or 5572098. OLE color: 5572098.

HSL color Cylindrical-coordinate representation of color #020655: hue angle of 237.11º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020655 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 6 85 -
CMYK 0.98 0.93 0 0.67
HSL 237.11º 0.95% 0.17% -
HSV(B) 237.11º 0.98% 0.33% -
XYZ 1.73 0.8 8.66 -
YUV 13.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 2 6 85 0.98 0.93 0 0.67 237.11 0.95 0.17
Hex 2 6 55 62 5D 0 43 ED 5F 11
Octal 2 6 125 142 135 0 103 355 137 21
Binary 10 110 1010101 1100010 1011101 0 1000011 11101101 1011111 10001

Color Harmonies of #020655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020655

Black with #020655

Text Example


Text Example

White with #020655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020655; }

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

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

background-color css

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

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

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

border-color css

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

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

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