#030071

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

Shades of Navy #030071

Tints of Navy #030071

Color information

#030071 (or 0x030071) is unknown color: approx Navy. HEX triplet: 03, 00 and 71. RGB value is (3,0,113). Sum of RGB (Red+Green+Blue) = 3+0+113=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 113 (44.53% from 255 or 97.41% from 116); Max value from RGB is 113 - color contains mainly: blue. Hex color #030071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030071 is #FCFF8E. Grayscale: #0D0D0D. Windows color (decimal): -16580495 or 7405571. OLE color: 7405571.

HSL color Cylindrical-coordinate representation of color #030071: hue angle of 241.59º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030071 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB30113-
CMYK0.97100.56
HSL241.59º100%22.16%-
HSV(B)241.59º100%44.31%-
XYZ3.021.2115.7-
YUV13.78183.99120.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 97.41%
R=2.59%
G=0%
B=97.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal301130.97100.56241.5910022.16
Hex30716164038f26416
Octal3016114114407036214426
Binary110111000111000011100100011100011110010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030071; }

 p { color: rgb(3,0,113); }

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

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

 a { background-color: rgb(3,0,113); }

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

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

 span { border-color: rgb(3,0,113); }

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