Html Css Color HEX #130379 Navy

📋 copy color: '#130379'

red 19 ◦ green 3 ◦ blue 121

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

Shades of Navy #130379

Tints of Navy #130379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 84.62%

R = 13.29%
G = 2.1%
B = 84.62%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130379 (or 0x130379) is known color: Navy. HEX triplet: 13, 03 and 79. RGB value is (19,3,121). Sum of RGB (Red+Green+Blue) = 19+3+121=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 121 (47.66% from 255 or 84.62% from 143); Max value from RGB is 121 - color contains mainly: blue. Hex color #130379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130379 is #ECFC86. Grayscale: #141414. Windows color (decimal): -15531143 or 7930643. OLE color: 7930643.

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

Color convert

RGB 19 3 121 -
CMYK 0.84 0.98 0 0.53
HSL 248.14º 0.95% 0.24% -
HSV(B) 248.14º 0.98% 0.47% -
XYZ 3.75 1.58 18.2 -
YUV 21.24 184.3 126.41 -
System Red Green Blue C M Y K H S L
Decimal 19 3 121 0.84 0.98 0 0.53 248.14 0.95 0.24
Hex 13 3 79 54 62 0 35 F8 5F 18
Octal 23 3 171 124 142 0 65 370 137 30
Binary 10011 11 1111001 1010100 1100010 0 110101 11111000 1011111 11000

Color Harmonies of #130379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130379

Black with #130379

Text Example


Text Example

White with #130379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130379; }

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

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

background-color css

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

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

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

border-color css

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

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

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