Html Css Color HEX #07006F Navy

📋 copy color: '#07006F'

red 7 ◦ green 0 ◦ blue 111

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

Shades of Navy #07006F

Tints of Navy #07006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 94.07%

R = 5.93%
G = 0%
B = 94.07%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#07006F (or 0x07006F) is known color: Navy. HEX triplet: 07, 00 and 6F. RGB value is (7,0,111). Sum of RGB (Red+Green+Blue) = 7+0+111=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 111 (43.75% from 255 or 94.07% from 118); Max value from RGB is 111 - color contains mainly: blue. Hex color #07006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07006F is #F8FF90. Grayscale: #0E0E0E. Windows color (decimal): -16318353 or 7274503. OLE color: 7274503.

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

Color convert

RGB 7 0 111 -
CMYK 0.94 1 0 0.56
HSL 243.78º 1% 0.22% -
HSV(B) 243.78º 1% 0.44% -
XYZ 2.96 1.19 15.11 -
YUV 14.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 7 0 111 0.94 1 0 0.56 243.78 1 0.22
Hex 7 0 6F 5E 64 0 38 F4 64 16
Octal 7 0 157 136 144 0 70 364 144 26
Binary 111 0 1101111 1011110 1100100 0 111000 11110100 1100100 10110

Color Harmonies of #07006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07006F

Black with #07006F

Text Example


Text Example

White with #07006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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