Html Css Color HEX #130475 Navy

📋 copy color: '#130475'

red 19 ◦ green 4 ◦ blue 117

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

Shades of Navy #130475

Tints of Navy #130475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

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

R = 13.57%
G = 2.86%
B = 83.57%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#130475 (or 0x130475) is known color: Navy. HEX triplet: 13, 04 and 75. RGB value is (19,4,117). Sum of RGB (Red+Green+Blue) = 19+4+117=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #130475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130475 is #ECFB8A. Grayscale: #141414. Windows color (decimal): -15530891 or 7668755. OLE color: 7668755.

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

Color convert

RGB 19 4 117 -
CMYK 0.84 0.97 0 0.54
HSL 247.96º 0.93% 0.24% -
HSV(B) 247.96º 0.97% 0.46% -
XYZ 3.52 1.51 16.94 -
YUV 21.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 19 4 117 0.84 0.97 0 0.54 247.96 0.93 0.24
Hex 13 4 75 54 61 0 36 F8 5D 18
Octal 23 4 165 124 141 0 66 370 135 30
Binary 10011 100 1110101 1010100 1100001 0 110110 11111000 1011101 11000

Color Harmonies of #130475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130475

Black with #130475

Text Example


Text Example

White with #130475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130475; }

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

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

background-color css

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

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

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

border-color css

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

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

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