#07137D

Color #07137D Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #07137D

Tints of Navy #07137D

Color information

#07137D (or 0x07137D) is unknown color: approx Navy. HEX triplet: 07, 13 and 7D. RGB value is (7,19,125). Sum of RGB (Red+Green+Blue) = 7+19+125=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 125 (49.22% from 255 or 82.78% from 151); Max value from RGB is 125 - color contains mainly: blue. Hex color #07137D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07137D is #F8EC82. Grayscale: #1B1B1B. Windows color (decimal): -16313475 or 8196871. OLE color: 8196871.

HSL color Cylindrical-coordinate representation of color #07137D: hue angle of 233.9º 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 #07137D is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB719125-
CMYK0.940.8500.51
HSL233.9º89.39%25.88%-
HSV(B)233.9º94.4%49.02%-
XYZ4.021.9919.57-
YUV27.5183.02113.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 125 (49.22% from 255) = 82.78%
R=4.64%
G=12.58%
B=82.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7191250.940.8500.51233.989.3925.88
Hex7137D5E55033ea591a
Octal72317513612506335213132
Binary11110011111110110111101010101011001111101010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07137D;
 }
 .AnyTagClassName
 {
   color: #07137D;
 }
</style>
background-color css

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

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

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

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

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

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