Html Css Color HEX #130070 Navy

📋 copy color: '#130070'

red 19 ◦ green 0 ◦ blue 112

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

Shades of Navy #130070

Tints of Navy #130070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 85.5%

R = 14.5%
G = 0%
B = 85.5%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130070 (or 0x130070) is known color: Navy. HEX triplet: 13, 00 and 70. RGB value is (19,0,112). Sum of RGB (Red+Green+Blue) = 19+0+112=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #130070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130070 is #ECFF8F. Grayscale: #121212. Windows color (decimal): -15531920 or 7340051. OLE color: 7340051.

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

Color convert

RGB 19 0 112 -
CMYK 0.83 1 0 0.56
HSL 250.18º 1% 0.22% -
HSV(B) 250.18º 1% 0.44% -
XYZ 3.19 1.31 15.41 -
YUV 18.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 19 0 112 0.83 1 0 0.56 250.18 1 0.22
Hex 13 0 70 53 64 0 38 FA 64 16
Octal 23 0 160 123 144 0 70 372 144 26
Binary 10011 0 1110000 1010011 1100100 0 111000 11111010 1100100 10110

Color Harmonies of #130070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130070

Black with #130070

Text Example


Text Example

White with #130070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130070; }

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

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

background-color css

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

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

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

border-color css

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

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

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