Html Css Color HEX #130076 Navy

📋 copy color: '#130076'

red 19 ◦ green 0 ◦ blue 118

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

Shades of Navy #130076

Tints of Navy #130076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 86.13%

R = 13.87%
G = 0%
B = 86.13%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#130076 (or 0x130076) is known color: Navy. HEX triplet: 13, 00 and 76. RGB value is (19,0,118). Sum of RGB (Red+Green+Blue) = 19+0+118=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #130076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130076 is #ECFF89. Grayscale: #121212. Windows color (decimal): -15531914 or 7733267. OLE color: 7733267.

HSL color Cylindrical-coordinate representation of color #130076: hue angle of 249.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130076 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 0 118 -
CMYK 0.84 1 0 0.54
HSL 249.66º 1% 0.23% -
HSV(B) 249.66º 1% 0.46% -
XYZ 3.54 1.45 17.23 -
YUV 19.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 19 0 118 0.84 1 0 0.54 249.66 1 0.23
Hex 13 0 76 54 64 0 36 FA 64 17
Octal 23 0 166 124 144 0 66 372 144 27
Binary 10011 0 1110110 1010100 1100100 0 110110 11111010 1100100 10111

Color Harmonies of #130076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130076

Black with #130076

Text Example


Text Example

White with #130076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130076; }

 p { color: rgb(19,0,118); }

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

background-color css

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

 a { background-color: rgb(19,0,118); }

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

border-color css

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

 span { border-color: rgb(19,0,118); }

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