#030166

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

Shades of Navy #030166

Tints of Navy #030166

Color information

#030166 (or 0x030166) is unknown color: approx Navy. HEX triplet: 03, 01 and 66. RGB value is (3,1,102). Sum of RGB (Red+Green+Blue) = 3+1+102=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 102 (40.23% from 255 or 96.23% from 106); Max value from RGB is 102 - color contains mainly: blue. Hex color #030166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030166 is #FCFE99. Grayscale: #0C0C0C. Windows color (decimal): -16580250 or 6684931. OLE color: 6684931.

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

Color convert

RGB31102-
CMYK0.970.9900.6
HSL241.19º98.06%20.2%-
HSV(B)241.19º99.02%40%-
XYZ2.45112.63-
YUV13.11178.16120.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 102 (40.23% from 255) = 96.23%
R=2.83%
G=0.94%
B=96.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal311020.970.9900.6241.1998.0620.2
Hex3166616303Cf16214
Octal3114614114307436114224
Binary111110011011000011100011011110011110001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030166; }

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

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

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

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

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

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

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

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