Html Css Color HEX #132571 Sapphire

📋 copy color: '#132571'

red 19 ◦ green 37 ◦ blue 113

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

Shades of Sapphire #132571

Tints of Sapphire #132571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

 BLUE value IS 113 (44.53% from 255) = 66.86%

R = 11.24%
G = 21.89%
B = 66.86%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#132571 (or 0x132571) is known color: Sapphire. HEX triplet: 13, 25 and 71. RGB value is (19,37,113). Sum of RGB (Red+Green+Blue) = 19+37+113=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 113 (44.53% from 255 or 66.86% from 169); Max value from RGB is 113 - color contains mainly: blue. Hex color #132571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132571 is #ECDA8E. Grayscale: #272727. Windows color (decimal): -15522447 or 7415059. OLE color: 7415059.

HSL color Cylindrical-coordinate representation of color #132571: hue angle of 228.51º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132571 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 37 113 -
CMYK 0.83 0.67 0 0.56
HSL 228.51º 0.71% 0.26% -
HSV(B) 228.51º 0.83% 0.44% -
XYZ 3.91 2.65 15.93 -
YUV 40.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 19 37 113 0.83 0.67 0 0.56 228.51 0.71 0.26
Hex 13 25 71 53 43 0 38 E5 47 1A
Octal 23 45 161 123 103 0 70 345 107 32
Binary 10011 100101 1110001 1010011 1000011 0 111000 11100101 1000111 11010

Color Harmonies of #132571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132571

Black with #132571

Text Example


Text Example

White with #132571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132571; }

 p { color: rgb(19,37,113); }

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

background-color css

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

 a { background-color: rgb(19,37,113); }

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

border-color css

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

 span { border-color: rgb(19,37,113); }

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