#030168

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

Shades of Navy #030168

Tints of Navy #030168

Color information

#030168 (or 0x030168) is unknown color: approx Navy. HEX triplet: 03, 01 and 68. RGB value is (3,1,104). Sum of RGB (Red+Green+Blue) = 3+1+104=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 104 (41.02% from 255 or 96.30% from 108); Max value from RGB is 104 - color contains mainly: blue. Hex color #030168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030168 is #FCFE97. Grayscale: #0C0C0C. Windows color (decimal): -16580248 or 6816003. OLE color: 6816003.

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

Color convert

RGB31104-
CMYK0.970.9900.59
HSL241.17º98.1%20.59%-
HSV(B)241.17º99.04%40.78%-
XYZ2.551.0413.16-
YUV13.34179.16120.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 104 (41.02% from 255) = 96.30%
R=2.78%
G=0.93%
B=96.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal311040.970.9900.59241.1798.120.59
Hex3168616303Bf16215
Octal3115014114307336114225
Binary111110100011000011100011011101111110001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030168; }

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

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

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

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

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

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

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

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