Html Css Color HEX #00076E Navy

📋 copy color: '#00076E'

red 0 ◦ green 7 ◦ blue 110

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

Shades of Navy #00076E

Tints of Navy #00076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 94.02%

R = 0%
G = 5.98%
B = 94.02%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00076E (or 0x00076E) is known color: Navy. HEX triplet: 00, 07 and 6E. RGB value is (0,7,110). Sum of RGB (Red+Green+Blue) = 0+7+110=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 110 (43.36% from 255 or 94.02% from 117); Max value from RGB is 110 - color contains mainly: blue. Hex color #00076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00076E is #FFF891. Grayscale: #101010. Windows color (decimal): -16775314 or 7210752. OLE color: 7210752.

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

Color convert

RGB 0 7 110 -
CMYK 1 0.94 0 0.57
HSL 236.18º 1% 0.22% -
HSV(B) 236.18º 1% 0.43% -
XYZ 2.89 1.28 14.85 -
YUV 16.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 0 7 110 1 0.94 0 0.57 236.18 1 0.22
Hex 0 7 6E 64 5E 0 39 EC 64 16
Octal 0 7 156 144 136 0 71 354 144 26
Binary 0 111 1101110 1100100 1011110 0 111001 11101100 1100100 10110

Color Harmonies of #00076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00076E

Black with #00076E

Text Example


Text Example

White with #00076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00076E; }

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

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

background-color css

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

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

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

border-color css

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

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

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