Html Css Color HEX #130374 Navy

📋 copy color: '#130374'

red 19 ◦ green 3 ◦ blue 116

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

Shades of Navy #130374

Tints of Navy #130374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

 BLUE value IS 116 (45.7% from 255) = 84.06%

R = 13.77%
G = 2.17%
B = 84.06%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130374 (or 0x130374) is known color: Navy. HEX triplet: 13, 03 and 74. RGB value is (19,3,116). Sum of RGB (Red+Green+Blue) = 19+3+116=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 116 (45.70% from 255 or 84.06% from 138); Max value from RGB is 116 - color contains mainly: blue. Hex color #130374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130374 is #ECFC8B. Grayscale: #141414. Windows color (decimal): -15531148 or 7602963. OLE color: 7602963.

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

Color convert

RGB 19 3 116 -
CMYK 0.84 0.97 0 0.55
HSL 248.5º 0.95% 0.23% -
HSV(B) 248.5º 0.97% 0.45% -
XYZ 3.45 1.46 16.62 -
YUV 20.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 19 3 116 0.84 0.97 0 0.55 248.5 0.95 0.23
Hex 13 3 74 54 61 0 37 F8 5F 17
Octal 23 3 164 124 141 0 67 370 137 27
Binary 10011 11 1110100 1010100 1100001 0 110111 11111000 1011111 10111

Color Harmonies of #130374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130374

Black with #130374

Text Example


Text Example

White with #130374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130374; }

 p { color: rgb(19,3,116); }

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

background-color css

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

 a { background-color: rgb(19,3,116); }

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

border-color css

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

 span { border-color: rgb(19,3,116); }

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