Html Css Color HEX #030580 Navy

📋 copy color: '#030580'

red 3 ◦ green 5 ◦ blue 128

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

Shades of Navy #030580

Tints of Navy #030580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

 BLUE value IS 128 (50.39% from 255) = 94.12%

R = 2.21%
G = 3.68%
B = 94.12%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#030580 (or 0x030580) is known color: Navy. HEX triplet: 03, 05 and 80. RGB value is (3,5,128). Sum of RGB (Red+Green+Blue) = 3+5+128=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 128 (50.39% from 255 or 94.12% from 136); Max value from RGB is 128 - color contains mainly: blue. Hex color #030580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030580 is #FCFA7F. Grayscale: #111111. Windows color (decimal): -16579200 or 8389891. OLE color: 8389891.

HSL color Cylindrical-coordinate representation of color #030580: hue angle of 239.04º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030580 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 5 128 -
CMYK 0.98 0.96 0 0.50
HSL 239.04º 0.95% 0.26% -
HSV(B) 239.04º 0.98% 0.5% -
XYZ 3.99 1.69 20.54 -
YUV 18.42 189.84 117 -
System Red Green Blue C M Y K H S L
Decimal 3 5 128 0.98 0.96 0 0.50 239.04 0.95 0.26
Hex 3 5 80 62 60 0 32 EF 5F 1A
Octal 3 5 200 142 140 0 62 357 137 32
Binary 11 101 10000000 1100010 1100000 0 110010 11101111 1011111 11010

Color Harmonies of #030580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030580

Black with #030580

Text Example


Text Example

White with #030580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030580; }

 p { color: rgb(3,5,128); }

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

background-color css

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

 a { background-color: rgb(3,5,128); }

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

border-color css

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

 span { border-color: rgb(3,5,128); }

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