Html Css Color HEX #132159 Sapphire

📋 copy color: '#132159'

red 19 ◦ green 33 ◦ blue 89

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

Shades of Sapphire #132159

Tints of Sapphire #132159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 63.12%

R = 13.48%
G = 23.4%
B = 63.12%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#132159 (or 0x132159) is known color: Sapphire. HEX triplet: 13, 21 and 59. RGB value is (19,33,89). Sum of RGB (Red+Green+Blue) = 19+33+89=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #132159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132159 is #ECDEA6. Grayscale: #222222. Windows color (decimal): -15523495 or 5841171. OLE color: 5841171.

HSL color Cylindrical-coordinate representation of color #132159: hue angle of 228º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132159 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 33 89 -
CMYK 0.79 0.63 0 0.65
HSL 228º 0.65% 0.21% -
HSV(B) 228º 0.79% 0.35% -
XYZ 2.62 1.95 9.69 -
YUV 35.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 19 33 89 0.79 0.63 0 0.65 228 0.65 0.21
Hex 13 21 59 4F 3F 0 41 E4 41 15
Octal 23 41 131 117 77 0 101 344 101 25
Binary 10011 100001 1011001 1001111 111111 0 1000001 11100100 1000001 10101

Color Harmonies of #132159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132159

Black with #132159

Text Example


Text Example

White with #132159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132159; }

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

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

background-color css

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

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

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

border-color css

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

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

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