Html Css Color HEX #000774 Navy

📋 copy color: '#000774'

red 0 ◦ green 7 ◦ blue 116

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

Shades of Navy #000774

Tints of Navy #000774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 94.31%

R = 0%
G = 5.69%
B = 94.31%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000774 (or 0x000774) is known color: Navy. HEX triplet: 00, 07 and 74. RGB value is (0,7,116). Sum of RGB (Red+Green+Blue) = 0+7+116=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 116 (45.70% from 255 or 94.31% from 123); Max value from RGB is 116 - color contains mainly: blue. Hex color #000774 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000774 is #FFF88B. Grayscale: #101010. Windows color (decimal): -16775308 or 7603968. OLE color: 7603968.

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

Color convert

RGB 0 7 116 -
CMYK 1 0.94 0 0.55
HSL 236.38º 1% 0.23% -
HSV(B) 236.38º 1% 0.45% -
XYZ 3.23 1.41 16.63 -
YUV 17.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 0 7 116 1 0.94 0 0.55 236.38 1 0.23
Hex 0 7 74 64 5E 0 37 EC 64 17
Octal 0 7 164 144 136 0 67 354 144 27
Binary 0 111 1110100 1100100 1011110 0 110111 11101100 1100100 10111

Color Harmonies of #000774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000774

Black with #000774

Text Example


Text Example

White with #000774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000774; }

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

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

background-color css

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

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

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

border-color css

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

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

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