Html Css Color HEX #07056F Navy

📋 copy color: '#07056F'

red 7 ◦ green 5 ◦ blue 111

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

Shades of Navy #07056F

Tints of Navy #07056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

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

R = 5.69%
G = 4.07%
B = 90.24%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#07056F (or 0x07056F) is known color: Navy. HEX triplet: 07, 05 and 6F. RGB value is (7,5,111). Sum of RGB (Red+Green+Blue) = 7+5+111=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 111 (43.75% from 255 or 90.24% from 123); Max value from RGB is 111 - color contains mainly: blue. Hex color #07056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07056F is #F8FA90. Grayscale: #111111. Windows color (decimal): -16317073 or 7275783. OLE color: 7275783.

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

Color convert

RGB 7 5 111 -
CMYK 0.94 0.95 0 0.56
HSL 241.13º 0.91% 0.23% -
HSV(B) 241.13º 0.95% 0.44% -
XYZ 3.01 1.3 15.13 -
YUV 17.68 180.66 120.38 -
System Red Green Blue C M Y K H S L
Decimal 7 5 111 0.94 0.95 0 0.56 241.13 0.91 0.23
Hex 7 5 6F 5E 5F 0 38 F1 5B 17
Octal 7 5 157 136 137 0 70 361 133 27
Binary 111 101 1101111 1011110 1011111 0 111000 11110001 1011011 10111

Color Harmonies of #07056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07056F

Black with #07056F

Text Example


Text Example

White with #07056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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