Html Css Color HEX #130272 Navy

📋 copy color: '#130272'

red 19 ◦ green 2 ◦ blue 114

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

Shades of Navy #130272

Tints of Navy #130272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 84.44%

R = 14.07%
G = 1.48%
B = 84.44%

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

#130272 (or 0x130272) is known color: Navy. HEX triplet: 13, 02 and 72. RGB value is (19,2,114). Sum of RGB (Red+Green+Blue) = 19+2+114=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #130272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130272 is #ECFD8D. Grayscale: #131313. Windows color (decimal): -15531406 or 7471635. OLE color: 7471635.

HSL color Cylindrical-coordinate representation of color #130272: hue angle of 249.11º 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 #130272 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 2 114 -
CMYK 0.83 0.98 0 0.55
HSL 249.11º 0.97% 0.23% -
HSV(B) 249.11º 0.98% 0.45% -
XYZ 3.33 1.4 16.01 -
YUV 19.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 19 2 114 0.83 0.98 0 0.55 249.11 0.97 0.23
Hex 13 2 72 53 62 0 37 F9 61 17
Octal 23 2 162 123 142 0 67 371 141 27
Binary 10011 10 1110010 1010011 1100010 0 110111 11111001 1100001 10111

Color Harmonies of #130272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130272

Black with #130272

Text Example


Text Example

White with #130272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130272; }

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

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

background-color css

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

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

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

border-color css

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

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

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