Html Css Color HEX #010380 Navy

📋 copy color: '#010380'

red 1 ◦ green 3 ◦ blue 128

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

Shades of Navy #010380

Tints of Navy #010380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 0.76%
G = 2.27%
B = 96.97%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#010380 (or 0x010380) is known color: Navy. HEX triplet: 01, 03 and 80. RGB value is (1,3,128). Sum of RGB (Red+Green+Blue) = 1+3+128=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 128 (50.39% from 255 or 96.97% from 132); Max value from RGB is 128 - color contains mainly: blue. Hex color #010380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010380 is #FEFC7F. Grayscale: #101010. Windows color (decimal): -16710784 or 8389377. OLE color: 8389377.

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

Color convert

RGB 1 3 128 -
CMYK 0.99 0.98 0 0.50
HSL 239.06º 0.98% 0.25% -
HSV(B) 239.06º 0.99% 0.5% -
XYZ 3.94 1.63 20.53 -
YUV 16.65 190.84 116.84 -
System Red Green Blue C M Y K H S L
Decimal 1 3 128 0.99 0.98 0 0.50 239.06 0.98 0.25
Hex 1 3 80 63 62 0 32 EF 62 19
Octal 1 3 200 143 142 0 62 357 142 31
Binary 1 11 10000000 1100011 1100010 0 110010 11101111 1100010 11001

Color Harmonies of #010380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010380

Black with #010380

Text Example


Text Example

White with #010380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010380; }

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

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

background-color css

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

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

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

border-color css

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

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

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