Html Css Color HEX #010480 Navy

📋 copy color: '#010480'

red 1 ◦ green 4 ◦ blue 128

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

Shades of Navy #010480

Tints of Navy #010480

RGB

 RED value IS 1 (0.78% from 255) = 0.75%

 GREEN value IS 4 (1.95% from 255) = 3.01%

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

R = 0.75%
G = 3.01%
B = 96.24%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#010480 (or 0x010480) is known color: Navy. HEX triplet: 01, 04 and 80. RGB value is (1,4,128). Sum of RGB (Red+Green+Blue) = 1+4+128=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 128 (50.39% from 255 or 96.24% from 133); Max value from RGB is 128 - color contains mainly: blue. Hex color #010480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010480 is #FEFB7F. Grayscale: #101010. Windows color (decimal): -16710528 or 8389633. OLE color: 8389633.

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

Color convert

RGB 1 4 128 -
CMYK 0.99 0.97 0 0.50
HSL 238.58º 0.98% 0.25% -
HSV(B) 238.58º 0.99% 0.5% -
XYZ 3.95 1.65 20.53 -
YUV 17.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 1 4 128 0.99 0.97 0 0.50 238.58 0.98 0.25
Hex 1 4 80 63 61 0 32 EF 62 19
Octal 1 4 200 143 141 0 62 357 142 31
Binary 1 100 10000000 1100011 1100001 0 110010 11101111 1100010 11001

Color Harmonies of #010480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010480

Black with #010480

Text Example


Text Example

White with #010480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010480; }

 p { color: rgb(1,4,128); }

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

background-color css

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

 a { background-color: rgb(1,4,128); }

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

border-color css

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

 span { border-color: rgb(1,4,128); }

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