Html Css Color HEX #010261 Navy

📋 copy color: '#010261'

red 1 ◦ green 2 ◦ blue 97

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

Shades of Navy #010261

Tints of Navy #010261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

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

R = 1%
G = 2%
B = 97%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010261 (or 0x010261) is known color: Navy. HEX triplet: 01, 02 and 61. RGB value is (1,2,97). Sum of RGB (Red+Green+Blue) = 1+2+97=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 97 (38.28% from 255 or 97% from 100); Max value from RGB is 97 - color contains mainly: blue. Hex color #010261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010261 is #FEFD9E. Grayscale: #0C0C0C. Windows color (decimal): -16711071 or 6357505. OLE color: 6357505.

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

Color convert

RGB 1 2 97 -
CMYK 0.99 0.98 0 0.62
HSL 239.38º 0.98% 0.19% -
HSV(B) 239.38º 0.99% 0.38% -
XYZ 2.19 0.91 11.37 -
YUV 12.53 175.67 119.78 -
System Red Green Blue C M Y K H S L
Decimal 1 2 97 0.99 0.98 0 0.62 239.38 0.98 0.19
Hex 1 2 61 63 62 0 3E EF 62 13
Octal 1 2 141 143 142 0 76 357 142 23
Binary 1 10 1100001 1100011 1100010 0 111110 11101111 1100010 10011

Color Harmonies of #010261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010261

Black with #010261

Text Example


Text Example

White with #010261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010261; }

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

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

background-color css

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

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

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

border-color css

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

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

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