Html Css Color HEX #130073 Navy

📋 copy color: '#130073'

red 19 ◦ green 0 ◦ blue 115

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

Shades of Navy #130073

Tints of Navy #130073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 85.82%

R = 14.18%
G = 0%
B = 85.82%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130073 (or 0x130073) is known color: Navy. HEX triplet: 13, 00 and 73. RGB value is (19,0,115). Sum of RGB (Red+Green+Blue) = 19+0+115=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #130073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130073 is #ECFF8C. Grayscale: #121212. Windows color (decimal): -15531917 or 7536659. OLE color: 7536659.

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

Color convert

RGB 19 0 115 -
CMYK 0.83 1 0 0.55
HSL 249.91º 1% 0.23% -
HSV(B) 249.91º 1% 0.45% -
XYZ 3.36 1.38 16.31 -
YUV 18.79 182.29 128.15 -
System Red Green Blue C M Y K H S L
Decimal 19 0 115 0.83 1 0 0.55 249.91 1 0.23
Hex 13 0 73 53 64 0 37 FA 64 17
Octal 23 0 163 123 144 0 67 372 144 27
Binary 10011 0 1110011 1010011 1100100 0 110111 11111010 1100100 10111

Color Harmonies of #130073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130073

Black with #130073

Text Example


Text Example

White with #130073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130073; }

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

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

background-color css

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

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

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

border-color css

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

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

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