Html Css Color HEX #010561 Navy

📋 copy color: '#010561'

red 1 ◦ green 5 ◦ blue 97

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

Shades of Navy #010561

Tints of Navy #010561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.85%

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

R = 0.97%
G = 4.85%
B = 94.17%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010561 (or 0x010561) is known color: Navy. HEX triplet: 01, 05 and 61. RGB value is (1,5,97). Sum of RGB (Red+Green+Blue) = 1+5+97=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 97 (38.28% from 255 or 94.17% from 103); Max value from RGB is 97 - color contains mainly: blue. Hex color #010561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010561 is #FEFA9E. Grayscale: #0D0D0D. Windows color (decimal): -16710303 or 6358273. OLE color: 6358273.

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

Color convert

RGB 1 5 97 -
CMYK 0.99 0.95 0 0.62
HSL 237.5º 0.98% 0.19% -
HSV(B) 237.5º 0.99% 0.38% -
XYZ 2.22 0.98 11.38 -
YUV 14.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 1 5 97 0.99 0.95 0 0.62 237.5 0.98 0.19
Hex 1 5 61 63 5F 0 3E EE 62 13
Octal 1 5 141 143 137 0 76 356 142 23
Binary 1 101 1100001 1100011 1011111 0 111110 11101110 1100010 10011

Color Harmonies of #010561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010561

Black with #010561

Text Example


Text Example

White with #010561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010561; }

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

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

background-color css

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

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

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

border-color css

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

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

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