Html Css Color HEX #130175 Navy

📋 copy color: '#130175'

red 19 ◦ green 1 ◦ blue 117

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

Shades of Navy #130175

Tints of Navy #130175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 85.4%

R = 13.87%
G = 0.73%
B = 85.4%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#130175 (or 0x130175) is known color: Navy. HEX triplet: 13, 01 and 75. RGB value is (19,1,117). Sum of RGB (Red+Green+Blue) = 19+1+117=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #130175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130175 is #ECFE8A. Grayscale: #131313. Windows color (decimal): -15531659 or 7667987. OLE color: 7667987.

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

Color convert

RGB 19 1 117 -
CMYK 0.84 0.99 0 0.54
HSL 249.31º 0.98% 0.23% -
HSV(B) 249.31º 0.99% 0.46% -
XYZ 3.49 1.44 16.92 -
YUV 19.61 182.96 127.57 -
System Red Green Blue C M Y K H S L
Decimal 19 1 117 0.84 0.99 0 0.54 249.31 0.98 0.23
Hex 13 1 75 54 63 0 36 F9 62 17
Octal 23 1 165 124 143 0 66 371 142 27
Binary 10011 1 1110101 1010100 1100011 0 110110 11111001 1100010 10111

Color Harmonies of #130175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130175

Black with #130175

Text Example


Text Example

White with #130175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130175; }

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

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

background-color css

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

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

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

border-color css

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

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

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