Html Css Color HEX #07117D Navy

📋 copy color: '#07117D'

red 7 ◦ green 17 ◦ blue 125

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

Shades of Navy #07117D

Tints of Navy #07117D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

 BLUE value IS 125 (49.22% from 255) = 83.89%

R = 4.7%
G = 11.41%
B = 83.89%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07117D (or 0x07117D) is known color: Navy. HEX triplet: 07, 11 and 7D. RGB value is (7,17,125). Sum of RGB (Red+Green+Blue) = 7+17+125=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 125 (49.22% from 255 or 83.89% from 149); Max value from RGB is 125 - color contains mainly: blue. Hex color #07117D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07117D is #F8EE82. Grayscale: #191919. Windows color (decimal): -16313987 or 8196359. OLE color: 8196359.

HSL color Cylindrical-coordinate representation of color #07117D: hue angle of 234.92º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07117D is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 17 125 -
CMYK 0.94 0.86 0 0.51
HSL 234.92º 0.89% 0.26% -
HSV(B) 234.92º 0.94% 0.49% -
XYZ 3.99 1.93 19.56 -
YUV 26.32 183.69 114.22 -
System Red Green Blue C M Y K H S L
Decimal 7 17 125 0.94 0.86 0 0.51 234.92 0.89 0.26
Hex 7 11 7D 5E 56 0 33 EB 59 1A
Octal 7 21 175 136 126 0 63 353 131 32
Binary 111 10001 1111101 1011110 1010110 0 110011 11101011 1011001 11010

Color Harmonies of #07117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07117D

Black with #07117D

Text Example


Text Example

White with #07117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,17,125); }

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

background-color css

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

 a { background-color: rgb(7,17,125); }

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

border-color css

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

 span { border-color: rgb(7,17,125); }

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