Html Css Color HEX #132671 Sapphire

📋 copy color: '#132671'

red 19 ◦ green 38 ◦ blue 113

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

Shades of Sapphire #132671

Tints of Sapphire #132671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.35%

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

R = 11.18%
G = 22.35%
B = 66.47%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#132671 (or 0x132671) is known color: Sapphire. HEX triplet: 13, 26 and 71. RGB value is (19,38,113). Sum of RGB (Red+Green+Blue) = 19+38+113=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #132671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132671 is #ECD98E. Grayscale: #282828. Windows color (decimal): -15522191 or 7415315. OLE color: 7415315.

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

Color convert

RGB 19 38 113 -
CMYK 0.83 0.66 0 0.56
HSL 227.87º 0.71% 0.26% -
HSV(B) 227.87º 0.83% 0.44% -
XYZ 3.94 2.72 15.94 -
YUV 40.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 19 38 113 0.83 0.66 0 0.56 227.87 0.71 0.26
Hex 13 26 71 53 42 0 38 E4 47 1A
Octal 23 46 161 123 102 0 70 344 107 32
Binary 10011 100110 1110001 1010011 1000010 0 111000 11100100 1000111 11010

Color Harmonies of #132671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132671

Black with #132671

Text Example


Text Example

White with #132671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132671; }

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

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

background-color css

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

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

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

border-color css

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

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

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