#030171

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

Shades of Navy #030171

Tints of Navy #030171

Color information

#030171 (or 0x030171) is unknown color: approx Navy. HEX triplet: 03, 01 and 71. RGB value is (3,1,113). Sum of RGB (Red+Green+Blue) = 3+1+113=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 113 (44.53% from 255 or 96.58% from 117); Max value from RGB is 113 - color contains mainly: blue. Hex color #030171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030171 is #FCFE8E. Grayscale: #0D0D0D. Windows color (decimal): -16580239 or 7405827. OLE color: 7405827.

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

Color convert

RGB31113-
CMYK0.970.9900.56
HSL241.07º98.25%22.35%-
HSV(B)241.07º99.12%44.31%-
XYZ3.031.2315.7-
YUV14.37183.66119.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 113 (44.53% from 255) = 96.58%
R=2.56%
G=0.85%
B=96.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal311130.970.9900.56241.0798.2522.35
Hex31716163038f16216
Octal3116114114307036114226
Binary111111000111000011100011011100011110001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030171; }

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

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

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

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

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

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

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

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