Html Css Color HEX #132860 Sapphire

📋 copy color: '#132860'

red 19 ◦ green 40 ◦ blue 96

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

Shades of Sapphire #132860

Tints of Sapphire #132860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

 BLUE value IS 96 (37.89% from 255) = 61.94%

R = 12.26%
G = 25.81%
B = 61.94%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132860 (or 0x132860) is known color: Sapphire. HEX triplet: 13, 28 and 60. RGB value is (19,40,96). Sum of RGB (Red+Green+Blue) = 19+40+96=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #132860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132860 is #ECD79F. Grayscale: #272727. Windows color (decimal): -15521696 or 6301715. OLE color: 6301715.

HSL color Cylindrical-coordinate representation of color #132860: hue angle of 223.64º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132860 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 40 96 -
CMYK 0.80 0.58 0 0.62
HSL 223.64º 0.67% 0.23% -
HSV(B) 223.64º 0.8% 0.38% -
XYZ 3.14 2.5 11.38 -
YUV 40.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 19 40 96 0.80 0.58 0 0.62 223.64 0.67 0.23
Hex 13 28 60 50 3A 0 3E E0 43 17
Octal 23 50 140 120 72 0 76 340 103 27
Binary 10011 101000 1100000 1010000 111010 0 111110 11100000 1000011 10111

Color Harmonies of #132860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132860

Black with #132860

Text Example


Text Example

White with #132860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132860; }

 p { color: rgb(19,40,96); }

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

background-color css

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

 a { background-color: rgb(19,40,96); }

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

border-color css

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

 span { border-color: rgb(19,40,96); }

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