#07057B

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

Shades of Navy #07057B

Tints of Navy #07057B

Color information

#07057B (or 0x07057B) is unknown color: approx Navy. HEX triplet: 07, 05 and 7B. RGB value is (7,5,123). Sum of RGB (Red+Green+Blue) = 7+5+123=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 123 (48.44% from 255 or 91.11% from 135); Max value from RGB is 123 - color contains mainly: blue. Hex color #07057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07057B is #F8FA84. Grayscale: #121212. Windows color (decimal): -16317061 or 8062215. OLE color: 8062215.

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

Color convert

RGB75123-
CMYK0.940.9600.52
HSL241.02º92.19%25.1%-
HSV(B)241.02º95.93%48.24%-
XYZ3.721.5818.85-
YUV19.05186.66119.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 123 (48.44% from 255) = 91.11%
R=5.19%
G=3.70%
B=91.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal751230.940.9600.52241.0292.1925.1
Hex757B5E60034f15c19
Octal7517313614006436113431
Binary111101111101110111101100000011010011110001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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