Html Css Color HEX #010770 Navy

📋 copy color: '#010770'

red 1 ◦ green 7 ◦ blue 112

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

Shades of Navy #010770

Tints of Navy #010770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.83%

 BLUE value IS 112 (44.14% from 255) = 93.33%

R = 0.83%
G = 5.83%
B = 93.33%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010770 (or 0x010770) is known color: Navy. HEX triplet: 01, 07 and 70. RGB value is (1,7,112). Sum of RGB (Red+Green+Blue) = 1+7+112=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 112 (44.14% from 255 or 93.33% from 120); Max value from RGB is 112 - color contains mainly: blue. Hex color #010770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010770 is #FEF88F. Grayscale: #101010. Windows color (decimal): -16709776 or 7341825. OLE color: 7341825.

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

Color convert

RGB 1 7 112 -
CMYK 0.99 0.94 0 0.56
HSL 236.76º 0.98% 0.22% -
HSV(B) 236.76º 0.99% 0.44% -
XYZ 3.01 1.33 15.43 -
YUV 17.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 1 7 112 0.99 0.94 0 0.56 236.76 0.98 0.22
Hex 1 7 70 63 5E 0 38 ED 62 16
Octal 1 7 160 143 136 0 70 355 142 26
Binary 1 111 1110000 1100011 1011110 0 111000 11101101 1100010 10110

Color Harmonies of #010770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010770

Black with #010770

Text Example


Text Example

White with #010770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010770; }

 p { color: rgb(1,7,112); }

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

background-color css

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

 a { background-color: rgb(1,7,112); }

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

border-color css

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

 span { border-color: rgb(1,7,112); }

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