Html Css Color HEX #010277 Navy

📋 copy color: '#010277'

red 1 ◦ green 2 ◦ blue 119

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

Shades of Navy #010277

Tints of Navy #010277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 97.54%

R = 0.82%
G = 1.64%
B = 97.54%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#010277 (or 0x010277) is known color: Navy. HEX triplet: 01, 02 and 77. RGB value is (1,2,119). Sum of RGB (Red+Green+Blue) = 1+2+119=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 119 (46.88% from 255 or 97.54% from 122); Max value from RGB is 119 - color contains mainly: blue. Hex color #010277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010277 is #FEFD88. Grayscale: #0E0E0E. Windows color (decimal): -16711049 or 7799297. OLE color: 7799297.

HSL color Cylindrical-coordinate representation of color #010277: hue angle of 239.49º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010277 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 2 119 -
CMYK 0.99 0.98 0 0.53
HSL 239.49º 0.98% 0.24% -
HSV(B) 239.49º 0.99% 0.47% -
XYZ 3.36 1.38 17.54 -
YUV 15.04 186.67 117.99 -
System Red Green Blue C M Y K H S L
Decimal 1 2 119 0.99 0.98 0 0.53 239.49 0.98 0.24
Hex 1 2 77 63 62 0 35 EF 62 18
Octal 1 2 167 143 142 0 65 357 142 30
Binary 1 10 1110111 1100011 1100010 0 110101 11101111 1100010 11000

Color Harmonies of #010277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010277

Black with #010277

Text Example


Text Example

White with #010277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010277; }

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

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

background-color css

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

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

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

border-color css

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

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

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