#07147C

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

Shades of Navy #07147C

Tints of Navy #07147C

Color information

#07147C (or 0x07147C) is unknown color: approx Navy. HEX triplet: 07, 14 and 7C. RGB value is (7,20,124). Sum of RGB (Red+Green+Blue) = 7+20+124=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #07147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07147C is #F8EB83. Grayscale: #1B1B1B. Windows color (decimal): -16313220 or 8131591. OLE color: 8131591.

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

Color convert

RGB720124-
CMYK0.940.8400.51
HSL233.33º89.31%25.69%-
HSV(B)233.33º94.35%48.63%-
XYZ3.98219.25-
YUV27.97182.19113.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 124 (48.83% from 255) = 82.12%
R=4.64%
G=13.25%
B=82.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7201240.940.8400.51233.3389.3125.69
Hex7147C5E54033e9591a
Octal72417413612406335113132
Binary11110100111110010111101010100011001111101001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07147C; }

 p { color: rgb(7,20,124); }

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

<style>
 a { background-color: #07147C; }

 a { background-color: rgb(7,20,124); }

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

<style>
 span { border-color: #07147C; }

 span { border-color: rgb(7,20,124); }

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