Html Css Color HEX #132256 Sapphire

📋 copy color: '#132256'

red 19 ◦ green 34 ◦ blue 86

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

Shades of Sapphire #132256

Tints of Sapphire #132256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.46%

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

R = 13.67%
G = 24.46%
B = 61.87%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#132256 (or 0x132256) is known color: Sapphire. HEX triplet: 13, 22 and 56. RGB value is (19,34,86). Sum of RGB (Red+Green+Blue) = 19+34+86=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #132256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132256 is #ECDDA9. Grayscale: #232323. Windows color (decimal): -15523242 or 5644819. OLE color: 5644819.

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

Color convert

RGB 19 34 86 -
CMYK 0.78 0.60 0 0.66
HSL 226.57º 0.64% 0.21% -
HSV(B) 226.57º 0.78% 0.34% -
XYZ 2.52 1.95 9.05 -
YUV 35.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 19 34 86 0.78 0.60 0 0.66 226.57 0.64 0.21
Hex 13 22 56 4E 3C 0 42 E3 40 15
Octal 23 42 126 116 74 0 102 343 100 25
Binary 10011 100010 1010110 1001110 111100 0 1000010 11100011 1000000 10101

Color Harmonies of #132256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132256

Black with #132256

Text Example


Text Example

White with #132256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132256; }

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

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

background-color css

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

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

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

border-color css

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

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

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