Html Css Color HEX #010260 Navy

📋 copy color: '#010260'

red 1 ◦ green 2 ◦ blue 96

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

Shades of Navy #010260

Tints of Navy #010260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 96.97%

R = 1.01%
G = 2.02%
B = 96.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

#010260 (or 0x010260) is known color: Navy. HEX triplet: 01, 02 and 60. RGB value is (1,2,96). Sum of RGB (Red+Green+Blue) = 1+2+96=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 96 (37.89% from 255 or 96.97% from 99); Max value from RGB is 96 - color contains mainly: blue. Hex color #010260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010260 is #FEFD9F. Grayscale: #0C0C0C. Windows color (decimal): -16711072 or 6291969. OLE color: 6291969.

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

Color convert

RGB 1 2 96 -
CMYK 0.99 0.98 0 0.62
HSL 239.37º 0.98% 0.19% -
HSV(B) 239.37º 0.99% 0.38% -
XYZ 2.15 0.89 11.13 -
YUV 12.42 175.17 119.86 -
System Red Green Blue C M Y K H S L
Decimal 1 2 96 0.99 0.98 0 0.62 239.37 0.98 0.19
Hex 1 2 60 63 62 0 3E EF 62 13
Octal 1 2 140 143 142 0 76 357 142 23
Binary 1 10 1100000 1100011 1100010 0 111110 11101111 1100010 10011

Color Harmonies of #010260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010260

Black with #010260

Text Example


Text Example

White with #010260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010260; }

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

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

background-color css

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

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

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

border-color css

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

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

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