Html Css Color HEX #132F76 Sapphire

📋 copy color: '#132F76'

red 19 ◦ green 47 ◦ blue 118

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

Shades of Sapphire #132F76

Tints of Sapphire #132F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.54%

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

R = 10.33%
G = 25.54%
B = 64.13%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132F76 (or 0x132F76) is known color: Sapphire. HEX triplet: 13, 2F and 76. RGB value is (19,47,118). Sum of RGB (Red+Green+Blue) = 19+47+118=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #132F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F76 is #ECD089. Grayscale: #2E2E2E. Windows color (decimal): -15519882 or 7745299. OLE color: 7745299.

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

Color convert

RGB 19 47 118 -
CMYK 0.84 0.60 0 0.54
HSL 223.03º 0.72% 0.27% -
HSV(B) 223.03º 0.84% 0.46% -
XYZ 4.56 3.48 17.57 -
YUV 46.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 19 47 118 0.84 0.60 0 0.54 223.03 0.72 0.27
Hex 13 2F 76 54 3C 0 36 DF 48 1B
Octal 23 57 166 124 74 0 66 337 110 33
Binary 10011 101111 1110110 1010100 111100 0 110110 11011111 1001000 11011

Color Harmonies of #132F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F76

Black with #132F76

Text Example


Text Example

White with #132F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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