#030174

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

Shades of Navy #030174

Tints of Navy #030174

Color information

#030174 (or 0x030174) is unknown color: approx Navy. HEX triplet: 03, 01 and 74. RGB value is (3,1,116). Sum of RGB (Red+Green+Blue) = 3+1+116=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 116 (45.70% from 255 or 96.67% from 120); Max value from RGB is 116 - color contains mainly: blue. Hex color #030174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030174 is #FCFE8B. Grayscale: #0E0E0E. Windows color (decimal): -16580236 or 7602435. OLE color: 7602435.

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

Color convert

RGB31116-
CMYK0.970.9900.55
HSL241.04º98.29%22.94%-
HSV(B)241.04º99.14%45.49%-
XYZ3.21.316.61-
YUV14.71185.16119.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 116 (45.70% from 255) = 96.67%
R=2.5%
G=0.83%
B=96.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311160.970.9900.55241.0498.2922.94
Hex31746163037f16217
Octal3116414114306736114227
Binary111111010011000011100011011011111110001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030174; }

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

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

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

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

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

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

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

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