Html Css Color HEX #010961 Navy

📋 copy color: '#010961'

red 1 ◦ green 9 ◦ blue 97

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

Shades of Navy #010961

Tints of Navy #010961

RGB

 RED value IS 1 (0.78% from 255) = 0.93%

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

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

R = 0.93%
G = 8.41%
B = 90.65%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010961 (or 0x010961) is known color: Navy. HEX triplet: 01, 09 and 61. RGB value is (1,9,97). Sum of RGB (Red+Green+Blue) = 1+9+97=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 97 (38.28% from 255 or 90.65% from 107); Max value from RGB is 97 - color contains mainly: blue. Hex color #010961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010961 is #FEF69E. Grayscale: #101010. Windows color (decimal): -16709279 or 6359297. OLE color: 6359297.

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

Color convert

RGB 1 9 97 -
CMYK 0.99 0.91 0 0.62
HSL 235º 0.98% 0.19% -
HSV(B) 235º 0.99% 0.38% -
XYZ 2.27 1.06 11.4 -
YUV 16.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 1 9 97 0.99 0.91 0 0.62 235 0.98 0.19
Hex 1 9 61 63 5B 0 3E EB 62 13
Octal 1 11 141 143 133 0 76 353 142 23
Binary 1 1001 1100001 1100011 1011011 0 111110 11101011 1100010 10011

Color Harmonies of #010961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010961

Black with #010961

Text Example


Text Example

White with #010961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010961; }

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

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

background-color css

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

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

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

border-color css

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

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

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