#07057E

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

Shades of Navy #07057E

Tints of Navy #07057E

Color information

#07057E (or 0x07057E) is unknown color: approx Navy. HEX triplet: 07, 05 and 7E. RGB value is (7,5,126). Sum of RGB (Red+Green+Blue) = 7+5+126=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 126 (49.61% from 255 or 91.30% from 138); Max value from RGB is 126 - color contains mainly: blue. Hex color #07057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07057E is #F8FA81. Grayscale: #121212. Windows color (decimal): -16317058 or 8258823. OLE color: 8258823.

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

Color convert

RGB75126-
CMYK0.940.9600.51
HSL240.99º92.37%25.69%-
HSV(B)240.99º96.03%49.41%-
XYZ3.911.6619.85-
YUV19.39188.16119.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 126 (49.61% from 255) = 91.30%
R=5.07%
G=3.62%
B=91.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal751260.940.9600.51240.9992.3725.69
Hex757E5E60033f15c1a
Octal7517613614006336113432
Binary111101111111010111101100000011001111110001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07057E; }

 p { color: rgb(7,5,126); }

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

<style>
 a { background-color: #07057E; }

 a { background-color: rgb(7,5,126); }

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

<style>
 span { border-color: #07057E; }

 span { border-color: rgb(7,5,126); }

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