Html Css Color HEX #132156 Sapphire

📋 copy color: '#132156'

red 19 ◦ green 33 ◦ blue 86

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

Shades of Sapphire #132156

Tints of Sapphire #132156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

 BLUE value IS 86 (33.98% from 255) = 62.32%

R = 13.77%
G = 23.91%
B = 62.32%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#132156 (or 0x132156) is known color: Sapphire. HEX triplet: 13, 21 and 56. RGB value is (19,33,86). Sum of RGB (Red+Green+Blue) = 19+33+86=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #132156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132156 is #ECDEA9. Grayscale: #222222. Windows color (decimal): -15523498 or 5644563. OLE color: 5644563.

HSL color Cylindrical-coordinate representation of color #132156: hue angle of 227.46º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132156 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 33 86 -
CMYK 0.78 0.62 0 0.66
HSL 227.46º 0.64% 0.21% -
HSV(B) 227.46º 0.78% 0.34% -
XYZ 2.49 1.9 9.04 -
YUV 34.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 19 33 86 0.78 0.62 0 0.66 227.46 0.64 0.21
Hex 13 21 56 4E 3E 0 42 E3 40 15
Octal 23 41 126 116 76 0 102 343 100 25
Binary 10011 100001 1010110 1001110 111110 0 1000010 11100011 1000000 10101

Color Harmonies of #132156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132156

Black with #132156

Text Example


Text Example

White with #132156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132156; }

 p { color: rgb(19,33,86); }

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

background-color css

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

 a { background-color: rgb(19,33,86); }

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

border-color css

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

 span { border-color: rgb(19,33,86); }

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