Html Css Color HEX #132155 Sapphire

📋 copy color: '#132155'

red 19 ◦ green 33 ◦ blue 85

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

Shades of Sapphire #132155

Tints of Sapphire #132155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 62.04%

R = 13.87%
G = 24.09%
B = 62.04%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132155 (or 0x132155) is known color: Sapphire. HEX triplet: 13, 21 and 55. RGB value is (19,33,85). Sum of RGB (Red+Green+Blue) = 19+33+85=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #132155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132155 is #ECDEAA. Grayscale: #222222. Windows color (decimal): -15523499 or 5579027. OLE color: 5579027.

HSL color Cylindrical-coordinate representation of color #132155: hue angle of 227.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132155 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 33 85 -
CMYK 0.78 0.61 0 0.67
HSL 227.27º 0.63% 0.2% -
HSV(B) 227.27º 0.78% 0.33% -
XYZ 2.45 1.88 8.83 -
YUV 34.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 19 33 85 0.78 0.61 0 0.67 227.27 0.63 0.2
Hex 13 21 55 4E 3D 0 43 E3 3F 14
Octal 23 41 125 116 75 0 103 343 77 24
Binary 10011 100001 1010101 1001110 111101 0 1000011 11100011 111111 10100

Color Harmonies of #132155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132155

Black with #132155

Text Example


Text Example

White with #132155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132155; }

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

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

background-color css

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

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

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

border-color css

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

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

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