Html Css Color HEX #020960 Midnight Blue

📋 copy color: '#020960'

red 2 ◦ green 9 ◦ blue 96

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

Shades of Midnight Blue #020960

Tints of Midnight Blue #020960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

 BLUE value IS 96 (37.89% from 255) = 89.72%

R = 1.87%
G = 8.41%
B = 89.72%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#020960 (or 0x020960) is known color: Midnight Blue. HEX triplet: 02, 09 and 60. RGB value is (2,9,96). Sum of RGB (Red+Green+Blue) = 2+9+96=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 96 (37.89% from 255 or 89.72% from 107); Max value from RGB is 96 - color contains mainly: blue. Hex color #020960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020960 is #FDF69F. Grayscale: #101010. Windows color (decimal): -16643744 or 6293762. OLE color: 6293762.

HSL color Cylindrical-coordinate representation of color #020960: hue angle of 235.53º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020960 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 9 96 -
CMYK 0.98 0.91 0 0.62
HSL 235.53º 0.96% 0.19% -
HSV(B) 235.53º 0.98% 0.38% -
XYZ 2.23 1.05 11.15 -
YUV 16.83 172.68 117.43 -
System Red Green Blue C M Y K H S L
Decimal 2 9 96 0.98 0.91 0 0.62 235.53 0.96 0.19
Hex 2 9 60 62 5B 0 3E EC 60 13
Octal 2 11 140 142 133 0 76 354 140 23
Binary 10 1001 1100000 1100010 1011011 0 111110 11101100 1100000 10011

Color Harmonies of #020960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020960

Black with #020960

Text Example


Text Example

White with #020960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020960; }

 p { color: rgb(2,9,96); }

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

background-color css

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

 a { background-color: rgb(2,9,96); }

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

border-color css

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

 span { border-color: rgb(2,9,96); }

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