Html Css Color HEX #130377 Navy

📋 copy color: '#130377'

red 19 ◦ green 3 ◦ blue 119

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

Shades of Navy #130377

Tints of Navy #130377

RGB

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

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

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

R = 13.48%
G = 2.13%
B = 84.4%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130377 (or 0x130377) is known color: Navy. HEX triplet: 13, 03 and 77. RGB value is (19,3,119). Sum of RGB (Red+Green+Blue) = 19+3+119=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #130377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130377 is #ECFC88. Grayscale: #141414. Windows color (decimal): -15531145 or 7799571. OLE color: 7799571.

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

Color convert

RGB 19 3 119 -
CMYK 0.84 0.97 0 0.53
HSL 248.28º 0.95% 0.24% -
HSV(B) 248.28º 0.97% 0.47% -
XYZ 3.63 1.54 17.56 -
YUV 21.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 19 3 119 0.84 0.97 0 0.53 248.28 0.95 0.24
Hex 13 3 77 54 61 0 35 F8 5F 18
Octal 23 3 167 124 141 0 65 370 137 30
Binary 10011 11 1110111 1010100 1100001 0 110101 11111000 1011111 11000

Color Harmonies of #130377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130377

Black with #130377

Text Example


Text Example

White with #130377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130377; }

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

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

background-color css

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

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

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

border-color css

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

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

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