Html Css Color HEX #010861 Navy

📋 copy color: '#010861'

red 1 ◦ green 8 ◦ blue 97

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

Shades of Navy #010861

Tints of Navy #010861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.55%

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

R = 0.94%
G = 7.55%
B = 91.51%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010861 (or 0x010861) is known color: Navy. HEX triplet: 01, 08 and 61. RGB value is (1,8,97). Sum of RGB (Red+Green+Blue) = 1+8+97=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 97 (38.28% from 255 or 91.51% from 106); Max value from RGB is 97 - color contains mainly: blue. Hex color #010861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010861 is #FEF79E. Grayscale: #0F0F0F. Windows color (decimal): -16709535 or 6359041. OLE color: 6359041.

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

Color convert

RGB 1 8 97 -
CMYK 0.99 0.92 0 0.62
HSL 235.63º 0.98% 0.19% -
HSV(B) 235.63º 0.99% 0.38% -
XYZ 2.26 1.04 11.39 -
YUV 16.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 1 8 97 0.99 0.92 0 0.62 235.63 0.98 0.19
Hex 1 8 61 63 5C 0 3E EC 62 13
Octal 1 10 141 143 134 0 76 354 142 23
Binary 1 1000 1100001 1100011 1011100 0 111110 11101100 1100010 10011

Color Harmonies of #010861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010861

Black with #010861

Text Example


Text Example

White with #010861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010861; }

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

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

background-color css

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

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

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

border-color css

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

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

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