Html Css Color HEX #130273 Navy

📋 copy color: '#130273'

red 19 ◦ green 2 ◦ blue 115

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

Shades of Navy #130273

Tints of Navy #130273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.47%

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

R = 13.97%
G = 1.47%
B = 84.56%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130273 (or 0x130273) is known color: Navy. HEX triplet: 13, 02 and 73. RGB value is (19,2,115). Sum of RGB (Red+Green+Blue) = 19+2+115=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 115 (45.31% from 255 or 84.56% from 136); Max value from RGB is 115 - color contains mainly: blue. Hex color #130273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130273 is #ECFD8C. Grayscale: #131313. Windows color (decimal): -15531405 or 7537171. OLE color: 7537171.

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

Color convert

RGB 19 2 115 -
CMYK 0.83 0.98 0 0.55
HSL 249.03º 0.97% 0.23% -
HSV(B) 249.03º 0.98% 0.45% -
XYZ 3.38 1.42 16.32 -
YUV 19.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 19 2 115 0.83 0.98 0 0.55 249.03 0.97 0.23
Hex 13 2 73 53 62 0 37 F9 61 17
Octal 23 2 163 123 142 0 67 371 141 27
Binary 10011 10 1110011 1010011 1100010 0 110111 11111001 1100001 10111

Color Harmonies of #130273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130273

Black with #130273

Text Example


Text Example

White with #130273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130273; }

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

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

background-color css

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

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

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

border-color css

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

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

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