Html Css Color HEX #07006D Navy

📋 copy color: '#07006D'

red 7 ◦ green 0 ◦ blue 109

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

Shades of Navy #07006D

Tints of Navy #07006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 93.97%

R = 6.03%
G = 0%
B = 93.97%

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

#07006D (or 0x07006D) is known color: Navy. HEX triplet: 07, 00 and 6D. RGB value is (7,0,109). Sum of RGB (Red+Green+Blue) = 7+0+109=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 109 (42.97% from 255 or 93.97% from 116); Max value from RGB is 109 - color contains mainly: blue. Hex color #07006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07006D is #F8FF92. Grayscale: #0E0E0E. Windows color (decimal): -16318355 or 7143431. OLE color: 7143431.

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

Color convert

RGB 7 0 109 -
CMYK 0.94 1 0 0.57
HSL 243.85º 1% 0.21% -
HSV(B) 243.85º 1% 0.43% -
XYZ 2.85 1.15 14.54 -
YUV 14.52 181.32 122.64 -
System Red Green Blue C M Y K H S L
Decimal 7 0 109 0.94 1 0 0.57 243.85 1 0.21
Hex 7 0 6D 5E 64 0 39 F4 64 15
Octal 7 0 155 136 144 0 71 364 144 25
Binary 111 0 1101101 1011110 1100100 0 111001 11110100 1100100 10101

Color Harmonies of #07006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07006D

Black with #07006D

Text Example


Text Example

White with #07006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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