Html Css Color HEX #130172 Navy

📋 copy color: '#130172'

red 19 ◦ green 1 ◦ blue 114

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

Shades of Navy #130172

Tints of Navy #130172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 85.07%

R = 14.18%
G = 0.75%
B = 85.07%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130172 (or 0x130172) is known color: Navy. HEX triplet: 13, 01 and 72. RGB value is (19,1,114). Sum of RGB (Red+Green+Blue) = 19+1+114=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 114 (44.92% from 255 or 85.07% from 134); Max value from RGB is 114 - color contains mainly: blue. Hex color #130172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130172 is #ECFE8D. Grayscale: #121212. Windows color (decimal): -15531662 or 7471379. OLE color: 7471379.

HSL color Cylindrical-coordinate representation of color #130172: hue angle of 249.56º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130172 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 1 114 -
CMYK 0.83 0.99 0 0.55
HSL 249.56º 0.98% 0.23% -
HSV(B) 249.56º 0.99% 0.45% -
XYZ 3.32 1.38 16.01 -
YUV 19.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 19 1 114 0.83 0.99 0 0.55 249.56 0.98 0.23
Hex 13 1 72 53 63 0 37 FA 62 17
Octal 23 1 162 123 143 0 67 372 142 27
Binary 10011 1 1110010 1010011 1100011 0 110111 11111010 1100010 10111

Color Harmonies of #130172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130172

Black with #130172

Text Example


Text Example

White with #130172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130172; }

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

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

background-color css

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

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

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

border-color css

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

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

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