Html Css Color HEX #030160 Navy

📋 copy color: '#030160'

red 3 ◦ green 1 ◦ blue 96

#030160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #030160

Tints of Navy #030160

RGB

 RED value IS 3 (1.56% from 255) = 3%

 GREEN value IS 1 (0.78% from 255) = 1%

 BLUE value IS 96 (37.89% from 255) = 96%

R = 3%
G = 1%
B = 96%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030160 (or 0x030160) is known color: Navy. HEX triplet: 03, 01 and 60. RGB value is (3,1,96). Sum of RGB (Red+Green+Blue) = 3+1+96=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 96 (37.89% from 255 or 96% from 100); Max value from RGB is 96 - color contains mainly: blue. Hex color #030160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030160 is #FCFE9F. Grayscale: #0C0C0C. Windows color (decimal): -16580256 or 6291715. OLE color: 6291715.

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

Color convert

RGB 3 1 96 -
CMYK 0.97 0.99 0 0.62
HSL 241.26º 0.98% 0.19% -
HSV(B) 241.26º 0.99% 0.38% -
XYZ 2.16 0.89 11.12 -
YUV 12.43 175.16 121.28 -
System Red Green Blue C M Y K H S L
Decimal 3 1 96 0.97 0.99 0 0.62 241.26 0.98 0.19
Hex 3 1 60 61 63 0 3E F1 62 13
Octal 3 1 140 141 143 0 76 361 142 23
Binary 11 1 1100000 1100001 1100011 0 111110 11110001 1100010 10011

Color Harmonies of #030160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030160

Black with #030160

Text Example


Text Example

White with #030160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030160; }

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

 H1.HeaderClassName
 {
   color: #030160;
 }
 .AnyTagClassName
 {
   color: #030160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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