#07047C

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

Shades of Navy #07047C

Tints of Navy #07047C

Color information

#07047C (or 0x07047C) is unknown color: approx Navy. HEX triplet: 07, 04 and 7C. RGB value is (7,4,124). Sum of RGB (Red+Green+Blue) = 7+4+124=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 124 (48.83% from 255 or 91.85% from 135); Max value from RGB is 124 - color contains mainly: blue. Hex color #07047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07047C is #F8FB83. Grayscale: #121212. Windows color (decimal): -16317316 or 8127495. OLE color: 8127495.

HSL color Cylindrical-coordinate representation of color #07047C: hue angle of 241.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07047C is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB74124-
CMYK0.940.9700.51
HSL241.5º93.75%25.1%-
HSV(B)241.5º96.77%48.63%-
XYZ3.771.5919.18-
YUV18.58187.49119.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 124 (48.83% from 255) = 91.85%
R=5.19%
G=2.96%
B=91.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal741240.940.9700.51241.593.7525.1
Hex747C5E61033f25e19
Octal7417413614106336213631
Binary111100111110010111101100001011001111110010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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