Html Css Color HEX #132356 Sapphire

📋 copy color: '#132356'

red 19 ◦ green 35 ◦ blue 86

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

Shades of Sapphire #132356

Tints of Sapphire #132356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25%

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

R = 13.57%
G = 25%
B = 61.43%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#132356 (or 0x132356) is known color: Sapphire. HEX triplet: 13, 23 and 56. RGB value is (19,35,86). Sum of RGB (Red+Green+Blue) = 19+35+86=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #132356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132356 is #ECDCA9. Grayscale: #232323. Windows color (decimal): -15522986 or 5645075. OLE color: 5645075.

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

Color convert

RGB 19 35 86 -
CMYK 0.78 0.59 0 0.66
HSL 225.67º 0.64% 0.21% -
HSV(B) 225.67º 0.78% 0.34% -
XYZ 2.55 2.01 9.06 -
YUV 36.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 19 35 86 0.78 0.59 0 0.66 225.67 0.64 0.21
Hex 13 23 56 4E 3B 0 42 E2 40 15
Octal 23 43 126 116 73 0 102 342 100 25
Binary 10011 100011 1010110 1001110 111011 0 1000010 11100010 1000000 10101

Color Harmonies of #132356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132356

Black with #132356

Text Example


Text Example

White with #132356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132356; }

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

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

background-color css

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

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

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

border-color css

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

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

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