Html Css Color HEX #132776 Sapphire

📋 copy color: '#132776'

red 19 ◦ green 39 ◦ blue 118

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

Shades of Sapphire #132776

Tints of Sapphire #132776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

 BLUE value IS 118 (46.48% from 255) = 67.05%

R = 10.8%
G = 22.16%
B = 67.05%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132776 (or 0x132776) is known color: Sapphire. HEX triplet: 13, 27 and 76. RGB value is (19,39,118). Sum of RGB (Red+Green+Blue) = 19+39+118=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #132776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132776 is #ECD889. Grayscale: #292929. Windows color (decimal): -15521930 or 7743251. OLE color: 7743251.

HSL color Cylindrical-coordinate representation of color #132776: hue angle of 227.88º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132776 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 39 118 -
CMYK 0.84 0.67 0 0.54
HSL 227.88º 0.72% 0.27% -
HSV(B) 227.88º 0.84% 0.46% -
XYZ 4.26 2.9 17.47 -
YUV 42.03 170.87 111.58 -
System Red Green Blue C M Y K H S L
Decimal 19 39 118 0.84 0.67 0 0.54 227.88 0.72 0.27
Hex 13 27 76 54 43 0 36 E4 48 1B
Octal 23 47 166 124 103 0 66 344 110 33
Binary 10011 100111 1110110 1010100 1000011 0 110110 11100100 1001000 11011

Color Harmonies of #132776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132776

Black with #132776

Text Example


Text Example

White with #132776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132776; }

 p { color: rgb(19,39,118); }

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

background-color css

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

 a { background-color: rgb(19,39,118); }

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

border-color css

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

 span { border-color: rgb(19,39,118); }

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