Html Css Color HEX #020961 Midnight Blue

📋 copy color: '#020961'

red 2 ◦ green 9 ◦ blue 97

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

Shades of Midnight Blue #020961

Tints of Midnight Blue #020961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 89.81%

R = 1.85%
G = 8.33%
B = 89.81%

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

#020961 (or 0x020961) is known color: Midnight Blue. HEX triplet: 02, 09 and 61. RGB value is (2,9,97). Sum of RGB (Red+Green+Blue) = 2+9+97=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 97 (38.28% from 255 or 89.81% from 108); Max value from RGB is 97 - color contains mainly: blue. Hex color #020961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020961 is #FDF69E. Grayscale: #101010. Windows color (decimal): -16643743 or 6359298. OLE color: 6359298.

HSL color Cylindrical-coordinate representation of color #020961: hue angle of 235.58º 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 #020961 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 9 97 -
CMYK 0.98 0.91 0 0.62
HSL 235.58º 0.96% 0.19% -
HSV(B) 235.58º 0.98% 0.38% -
XYZ 2.28 1.07 11.4 -
YUV 16.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 2 9 97 0.98 0.91 0 0.62 235.58 0.96 0.19
Hex 2 9 61 62 5B 0 3E EC 60 13
Octal 2 11 141 142 133 0 76 354 140 23
Binary 10 1001 1100001 1100010 1011011 0 111110 11101100 1100000 10011

Color Harmonies of #020961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020961

Black with #020961

Text Example


Text Example

White with #020961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020961; }

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

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

background-color css

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

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

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

border-color css

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

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

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