Html Css Color HEX #130072 Navy

📋 copy color: '#130072'

red 19 ◦ green 0 ◦ blue 114

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

Shades of Navy #130072

Tints of Navy #130072

RGB

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

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

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

R = 14.29%
G = 0%
B = 85.71%

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

#130072 (or 0x130072) is known color: Navy. HEX triplet: 13, 00 and 72. RGB value is (19,0,114). Sum of RGB (Red+Green+Blue) = 19+0+114=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #130072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130072 is #ECFF8D. Grayscale: #121212. Windows color (decimal): -15531918 or 7471123. OLE color: 7471123.

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

Color convert

RGB 19 0 114 -
CMYK 0.83 1 0 0.55
HSL 250º 1% 0.22% -
HSV(B) 250º 1% 0.45% -
XYZ 3.31 1.35 16.01 -
YUV 18.68 181.79 128.23 -
System Red Green Blue C M Y K H S L
Decimal 19 0 114 0.83 1 0 0.55 250 1 0.22
Hex 13 0 72 53 64 0 37 FA 64 16
Octal 23 0 162 123 144 0 67 372 144 26
Binary 10011 0 1110010 1010011 1100100 0 110111 11111010 1100100 10110

Color Harmonies of #130072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130072

Black with #130072

Text Example


Text Example

White with #130072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130072; }

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

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

background-color css

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

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

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

border-color css

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

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

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