Html Css Color HEX #030880 Navy

📋 copy color: '#030880'

red 3 ◦ green 8 ◦ blue 128

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

Shades of Navy #030880

Tints of Navy #030880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.76%

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

R = 2.16%
G = 5.76%
B = 92.09%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#030880 (or 0x030880) is known color: Navy. HEX triplet: 03, 08 and 80. RGB value is (3,8,128). Sum of RGB (Red+Green+Blue) = 3+8+128=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 128 (50.39% from 255 or 92.09% from 139); Max value from RGB is 128 - color contains mainly: blue. Hex color #030880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030880 is #FCF77F. Grayscale: #131313. Windows color (decimal): -16578432 or 8390659. OLE color: 8390659.

HSL color Cylindrical-coordinate representation of color #030880: hue angle of 237.6º 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 #030880 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 8 128 -
CMYK 0.98 0.94 0 0.50
HSL 237.6º 0.95% 0.26% -
HSV(B) 237.6º 0.98% 0.5% -
XYZ 4.02 1.75 20.55 -
YUV 20.19 188.84 115.74 -
System Red Green Blue C M Y K H S L
Decimal 3 8 128 0.98 0.94 0 0.50 237.6 0.95 0.26
Hex 3 8 80 62 5E 0 32 EE 5F 1A
Octal 3 10 200 142 136 0 62 356 137 32
Binary 11 1000 10000000 1100010 1011110 0 110010 11101110 1011111 11010

Color Harmonies of #030880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030880

Black with #030880

Text Example


Text Example

White with #030880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030880; }

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

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

background-color css

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

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

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

border-color css

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

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

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