Html Css Color HEX #010671 Navy

📋 copy color: '#010671'

red 1 ◦ green 6 ◦ blue 113

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

Shades of Navy #010671

Tints of Navy #010671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5%

 BLUE value IS 113 (44.53% from 255) = 94.17%

R = 0.83%
G = 5%
B = 94.17%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010671 (or 0x010671) is known color: Navy. HEX triplet: 01, 06 and 71. RGB value is (1,6,113). Sum of RGB (Red+Green+Blue) = 1+6+113=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 113 (44.53% from 255 or 94.17% from 120); Max value from RGB is 113 - color contains mainly: blue. Hex color #010671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010671 is #FEF98E. Grayscale: #101010. Windows color (decimal): -16710031 or 7407105. OLE color: 7407105.

HSL color Cylindrical-coordinate representation of color #010671: hue angle of 237.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010671 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 6 113 -
CMYK 0.99 0.95 0 0.56
HSL 237.32º 0.98% 0.22% -
HSV(B) 237.32º 0.99% 0.44% -
XYZ 3.06 1.33 15.72 -
YUV 16.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 1 6 113 0.99 0.95 0 0.56 237.32 0.98 0.22
Hex 1 6 71 63 5F 0 38 ED 62 16
Octal 1 6 161 143 137 0 70 355 142 26
Binary 1 110 1110001 1100011 1011111 0 111000 11101101 1100010 10110

Color Harmonies of #010671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010671

Black with #010671

Text Example


Text Example

White with #010671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010671; }

 p { color: rgb(1,6,113); }

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

background-color css

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

 a { background-color: rgb(1,6,113); }

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

border-color css

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

 span { border-color: rgb(1,6,113); }

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