Html Css Color HEX #011481 Navy

📋 copy color: '#011481'

red 1 ◦ green 20 ◦ blue 129

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

Shades of Navy #011481

Tints of Navy #011481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

 BLUE value IS 129 (50.78% from 255) = 86%

R = 0.67%
G = 13.33%
B = 86%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011481 (or 0x011481) is known color: Navy. HEX triplet: 01, 14 and 81. RGB value is (1,20,129). Sum of RGB (Red+Green+Blue) = 1+20+129=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 129 (50.78% from 255 or 86% from 150); Max value from RGB is 129 - color contains mainly: blue. Hex color #011481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011481 is #FEEB7E. Grayscale: #1A1A1A. Windows color (decimal): -16706431 or 8459265. OLE color: 8459265.

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

Color convert

RGB 1 20 129 -
CMYK 0.99 0.84 0 0.49
HSL 231.09º 0.98% 0.25% -
HSV(B) 231.09º 0.99% 0.51% -
XYZ 4.23 2.09 20.95 -
YUV 26.75 185.71 109.64 -
System Red Green Blue C M Y K H S L
Decimal 1 20 129 0.99 0.84 0 0.49 231.09 0.98 0.25
Hex 1 14 81 63 54 0 31 E7 62 19
Octal 1 24 201 143 124 0 61 347 142 31
Binary 1 10100 10000001 1100011 1010100 0 110001 11100111 1100010 11001

Color Harmonies of #011481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011481

Black with #011481

Text Example


Text Example

White with #011481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011481; }

 p { color: rgb(1,20,129); }

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

background-color css

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

 a { background-color: rgb(1,20,129); }

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

border-color css

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

 span { border-color: rgb(1,20,129); }

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