Html Css Color HEX #000770 Navy

📋 copy color: '#000770'

red 0 ◦ green 7 ◦ blue 112

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

Shades of Navy #000770

Tints of Navy #000770

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 5.88%
B = 94.12%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000770 (or 0x000770) is known color: Navy. HEX triplet: 00, 07 and 70. RGB value is (0,7,112). Sum of RGB (Red+Green+Blue) = 0+7+112=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 112 (44.14% from 255 or 94.12% from 119); Max value from RGB is 112 - color contains mainly: blue. Hex color #000770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000770 is #FFF88F. Grayscale: #101010. Windows color (decimal): -16775312 or 7341824. OLE color: 7341824.

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

Color convert

RGB 0 7 112 -
CMYK 1 0.94 0 0.56
HSL 236.25º 1% 0.22% -
HSV(B) 236.25º 1% 0.44% -
XYZ 3 1.32 15.43 -
YUV 16.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 0 7 112 1 0.94 0 0.56 236.25 1 0.22
Hex 0 7 70 64 5E 0 38 EC 64 16
Octal 0 7 160 144 136 0 70 354 144 26
Binary 0 111 1110000 1100100 1011110 0 111000 11101100 1100100 10110

Color Harmonies of #000770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000770

Black with #000770

Text Example


Text Example

White with #000770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000770; }

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

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

background-color css

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

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

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

border-color css

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

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

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