Html Css Color HEX #07006E Navy

📋 copy color: '#07006E'

red 7 ◦ green 0 ◦ blue 110

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

Shades of Navy #07006E

Tints of Navy #07006E

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07006E (or 0x07006E) is known color: Navy. HEX triplet: 07, 00 and 6E. RGB value is (7,0,110). Sum of RGB (Red+Green+Blue) = 7+0+110=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 0 (0.39% from 255 or 0% 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 #07006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07006E is #F8FF91. Grayscale: #0E0E0E. Windows color (decimal): -16318354 or 7208967. OLE color: 7208967.

HSL color Cylindrical-coordinate representation of color #07006E: hue angle of 243.82º 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 #07006E is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 0 110 -
CMYK 0.94 1 0 0.57
HSL 243.82º 1% 0.22% -
HSV(B) 243.82º 1% 0.43% -
XYZ 2.9 1.17 14.82 -
YUV 14.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 7 0 110 0.94 1 0 0.57 243.82 1 0.22
Hex 7 0 6E 5E 64 0 39 F4 64 16
Octal 7 0 156 136 144 0 71 364 144 26
Binary 111 0 1101110 1011110 1100100 0 111001 11110100 1100100 10110

Color Harmonies of #07006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07006E

Black with #07006E

Text Example


Text Example

White with #07006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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