Html Css Color HEX #132650 Sapphire

📋 copy color: '#132650'

red 19 ◦ green 38 ◦ blue 80

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

Shades of Sapphire #132650

Tints of Sapphire #132650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 58.39%

R = 13.87%
G = 27.74%
B = 58.39%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#132650 (or 0x132650) is known color: Sapphire. HEX triplet: 13, 26 and 50. RGB value is (19,38,80). Sum of RGB (Red+Green+Blue) = 19+38+80=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #132650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132650 is #ECD9AF. Grayscale: #242424. Windows color (decimal): -15522224 or 5252627. OLE color: 5252627.

HSL color Cylindrical-coordinate representation of color #132650: hue angle of 221.31º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132650 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 38 80 -
CMYK 0.76 0.52 0 0.69
HSL 221.31º 0.62% 0.19% -
HSV(B) 221.31º 0.76% 0.31% -
XYZ 2.41 2.1 7.87 -
YUV 37.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 19 38 80 0.76 0.52 0 0.69 221.31 0.62 0.19
Hex 13 26 50 4C 34 0 45 DD 3E 13
Octal 23 46 120 114 64 0 105 335 76 23
Binary 10011 100110 1010000 1001100 110100 0 1000101 11011101 111110 10011

Color Harmonies of #132650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132650

Black with #132650

Text Example


Text Example

White with #132650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132650; }

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

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

background-color css

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

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

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

border-color css

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

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

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