Html Css Color HEX #132976 Sapphire

📋 copy color: '#132976'

red 19 ◦ green 41 ◦ blue 118

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

Shades of Sapphire #132976

Tints of Sapphire #132976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 10.67%
G = 23.03%
B = 66.29%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132976 (or 0x132976) is known color: Sapphire. HEX triplet: 13, 29 and 76. RGB value is (19,41,118). Sum of RGB (Red+Green+Blue) = 19+41+118=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #132976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132976 is #ECD689. Grayscale: #2A2A2A. Windows color (decimal): -15521418 or 7743763. OLE color: 7743763.

HSL color Cylindrical-coordinate representation of color #132976: hue angle of 226.67º 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 #132976 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 41 118 -
CMYK 0.84 0.65 0 0.54
HSL 226.67º 0.72% 0.27% -
HSV(B) 226.67º 0.84% 0.46% -
XYZ 4.33 3.03 17.5 -
YUV 43.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 19 41 118 0.84 0.65 0 0.54 226.67 0.72 0.27
Hex 13 29 76 54 41 0 36 E3 48 1B
Octal 23 51 166 124 101 0 66 343 110 33
Binary 10011 101001 1110110 1010100 1000001 0 110110 11100011 1001000 11011

Color Harmonies of #132976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132976

Black with #132976

Text Example


Text Example

White with #132976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132976; }

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

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

background-color css

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

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

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

border-color css

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

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

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