Html Css Color HEX #130177 Navy

📋 copy color: '#130177'

red 19 ◦ green 1 ◦ blue 119

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

Shades of Navy #130177

Tints of Navy #130177

RGB

 RED value IS 19 (7.81% from 255) = 13.67%

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 119 (46.88% from 255) = 85.61%

R = 13.67%
G = 0.72%
B = 85.61%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130177 (or 0x130177) is known color: Navy. HEX triplet: 13, 01 and 77. RGB value is (19,1,119). Sum of RGB (Red+Green+Blue) = 19+1+119=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 119 (46.88% from 255 or 85.61% from 139); Max value from RGB is 119 - color contains mainly: blue. Hex color #130177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130177 is #ECFE88. Grayscale: #131313. Windows color (decimal): -15531657 or 7799059. OLE color: 7799059.

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

Color convert

RGB 19 1 119 -
CMYK 0.84 0.99 0 0.53
HSL 249.15º 0.98% 0.24% -
HSV(B) 249.15º 0.99% 0.47% -
XYZ 3.61 1.49 17.55 -
YUV 19.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 19 1 119 0.84 0.99 0 0.53 249.15 0.98 0.24
Hex 13 1 77 54 63 0 35 F9 62 18
Octal 23 1 167 124 143 0 65 371 142 30
Binary 10011 1 1110111 1010100 1100011 0 110101 11111001 1100010 11000

Color Harmonies of #130177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130177

Black with #130177

Text Example


Text Example

White with #130177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130177; }

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

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

background-color css

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

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

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

border-color css

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

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

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