Html Css Color HEX #011381 Navy

📋 copy color: '#011381'

red 1 ◦ green 19 ◦ blue 129

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

Shades of Navy #011381

Tints of Navy #011381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

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

R = 0.67%
G = 12.75%
B = 86.58%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011381 (or 0x011381) is known color: Navy. HEX triplet: 01, 13 and 81. RGB value is (1,19,129). Sum of RGB (Red+Green+Blue) = 1+19+129=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 129 (50.78% from 255 or 86.58% from 149); Max value from RGB is 129 - color contains mainly: blue. Hex color #011381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011381 is #FEEC7E. Grayscale: #191919. Windows color (decimal): -16706687 or 8459009. OLE color: 8459009.

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

Color convert

RGB 1 19 129 -
CMYK 0.99 0.85 0 0.49
HSL 231.56º 0.98% 0.25% -
HSV(B) 231.56º 0.99% 0.51% -
XYZ 4.21 2.06 20.94 -
YUV 26.16 186.04 110.06 -
System Red Green Blue C M Y K H S L
Decimal 1 19 129 0.99 0.85 0 0.49 231.56 0.98 0.25
Hex 1 13 81 63 55 0 31 E8 62 19
Octal 1 23 201 143 125 0 61 350 142 31
Binary 1 10011 10000001 1100011 1010101 0 110001 11101000 1100010 11001

Color Harmonies of #011381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011381

Black with #011381

Text Example


Text Example

White with #011381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011381; }

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

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

background-color css

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

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

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

border-color css

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

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

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