Html Css Color HEX #132056 Sapphire

📋 copy color: '#132056'

red 19 ◦ green 32 ◦ blue 86

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

Shades of Sapphire #132056

Tints of Sapphire #132056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.36%

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

R = 13.87%
G = 23.36%
B = 62.77%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#132056 (or 0x132056) is known color: Sapphire. HEX triplet: 13, 20 and 56. RGB value is (19,32,86). Sum of RGB (Red+Green+Blue) = 19+32+86=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #132056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132056 is #ECDFA9. Grayscale: #222222. Windows color (decimal): -15523754 or 5644307. OLE color: 5644307.

HSL color Cylindrical-coordinate representation of color #132056: hue angle of 228.36º 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 #132056 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 32 86 -
CMYK 0.78 0.63 0 0.66
HSL 228.36º 0.64% 0.21% -
HSV(B) 228.36º 0.78% 0.34% -
XYZ 2.46 1.84 9.03 -
YUV 34.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 19 32 86 0.78 0.63 0 0.66 228.36 0.64 0.21
Hex 13 20 56 4E 3F 0 42 E4 40 15
Octal 23 40 126 116 77 0 102 344 100 25
Binary 10011 100000 1010110 1001110 111111 0 1000010 11100100 1000000 10101

Color Harmonies of #132056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132056

Black with #132056

Text Example


Text Example

White with #132056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132056; }

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

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

background-color css

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

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

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

border-color css

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

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

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