Html Css Color HEX #07005E Navy

📋 copy color: '#07005E'

red 7 ◦ green 0 ◦ blue 94

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

Shades of Navy #07005E

Tints of Navy #07005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 93.07%

R = 6.93%
G = 0%
B = 93.07%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07005E (or 0x07005E) is known color: Navy. HEX triplet: 07, 00 and 5E. RGB value is (7,0,94). Sum of RGB (Red+Green+Blue) = 7+0+94=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 94 (37.11% from 255 or 93.07% from 101); Max value from RGB is 94 - color contains mainly: blue. Hex color #07005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07005E is #F8FFA1. Grayscale: #0C0C0C. Windows color (decimal): -16318370 or 6160391. OLE color: 6160391.

HSL color Cylindrical-coordinate representation of color #07005E: hue angle of 244.47º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07005E is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 0 94 -
CMYK 0.93 1 0 0.63
HSL 244.47º 1% 0.18% -
HSV(B) 244.47º 1% 0.37% -
XYZ 2.11 0.85 10.64 -
YUV 12.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 7 0 94 0.93 1 0 0.63 244.47 1 0.18
Hex 7 0 5E 5D 64 0 3F F4 64 12
Octal 7 0 136 135 144 0 77 364 144 22
Binary 111 0 1011110 1011101 1100100 0 111111 11110100 1100100 10010

Color Harmonies of #07005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07005E

Black with #07005E

Text Example


Text Example

White with #07005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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