Html Css Color HEX #030159 Navy

📋 copy color: '#030159'

red 3 ◦ green 1 ◦ blue 89

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

Shades of Navy #030159

Tints of Navy #030159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 95.7%

R = 3.23%
G = 1.08%
B = 95.7%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#030159 (or 0x030159) is known color: Navy. HEX triplet: 03, 01 and 59. RGB value is (3,1,89). Sum of RGB (Red+Green+Blue) = 3+1+89=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 89 (35.16% from 255 or 95.70% from 93); Max value from RGB is 89 - color contains mainly: blue. Hex color #030159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030159 is #FCFEA6. Grayscale: #0B0B0B. Windows color (decimal): -16580263 or 5832963. OLE color: 5832963.

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

Color convert

RGB 3 1 89 -
CMYK 0.97 0.99 0 0.65
HSL 241.36º 0.98% 0.18% -
HSV(B) 241.36º 0.99% 0.35% -
XYZ 1.85 0.76 9.5 -
YUV 11.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 3 1 89 0.97 0.99 0 0.65 241.36 0.98 0.18
Hex 3 1 59 61 63 0 41 F1 62 12
Octal 3 1 131 141 143 0 101 361 142 22
Binary 11 1 1011001 1100001 1100011 0 1000001 11110001 1100010 10010

Color Harmonies of #030159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030159

Black with #030159

Text Example


Text Example

White with #030159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030159; }

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

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

background-color css

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

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

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

border-color css

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

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

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