Html Css Color HEX #07167F Navy

📋 copy color: '#07167F'

red 7 ◦ green 22 ◦ blue 127

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

Shades of Navy #07167F

Tints of Navy #07167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.1%

 BLUE value IS 127 (50% from 255) = 81.41%

R = 4.49%
G = 14.1%
B = 81.41%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#07167F (or 0x07167F) is known color: Navy. HEX triplet: 07, 16 and 7F. RGB value is (7,22,127). Sum of RGB (Red+Green+Blue) = 7+22+127=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 127 (50% from 255 or 81.41% from 156); Max value from RGB is 127 - color contains mainly: blue. Hex color #07167F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07167F is #F8E980. Grayscale: #1D1D1D. Windows color (decimal): -16312705 or 8328711. OLE color: 8328711.

HSL color Cylindrical-coordinate representation of color #07167F: hue angle of 232.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07167F is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 22 127 -
CMYK 0.94 0.83 0 0.50
HSL 232.5º 0.9% 0.26% -
HSV(B) 232.5º 0.94% 0.5% -
XYZ 4.21 2.15 20.27 -
YUV 29.49 183.03 111.96 -
System Red Green Blue C M Y K H S L
Decimal 7 22 127 0.94 0.83 0 0.50 232.5 0.9 0.26
Hex 7 16 7F 5E 53 0 32 E8 5A 1A
Octal 7 26 177 136 123 0 62 350 132 32
Binary 111 10110 1111111 1011110 1010011 0 110010 11101000 1011010 11010

Color Harmonies of #07167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07167F

Black with #07167F

Text Example


Text Example

White with #07167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,22,127); }

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

background-color css

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

 a { background-color: rgb(7,22,127); }

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

border-color css

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

 span { border-color: rgb(7,22,127); }

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