#07017B

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

Shades of Navy #07017B

Tints of Navy #07017B

Color information

#07017B (or 0x07017B) is unknown color: approx Navy. HEX triplet: 07, 01 and 7B. RGB value is (7,1,123). Sum of RGB (Red+Green+Blue) = 7+1+123=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 123 (48.44% from 255 or 93.89% from 131); Max value from RGB is 123 - color contains mainly: blue. Hex color #07017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07017B is #F8FE84. Grayscale: #101010. Windows color (decimal): -16318085 or 8061191. OLE color: 8061191.

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

Color convert

RGB71123-
CMYK0.940.9900.52
HSL242.95º98.39%24.31%-
HSV(B)242.95º99.19%48.24%-
XYZ3.671.518.83-
YUV16.7187.99121.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 123 (48.44% from 255) = 93.89%
R=5.34%
G=0.76%
B=93.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711230.940.9900.52242.9598.3924.31
Hex717B5E63034f36218
Octal7117313614306436314230
Binary1111111101110111101100011011010011110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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