Html Css Color HEX #132250 Sapphire

📋 copy color: '#132250'

red 19 ◦ green 34 ◦ blue 80

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

Shades of Sapphire #132250

Tints of Sapphire #132250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.56%

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

R = 14.29%
G = 25.56%
B = 60.15%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#132250 (or 0x132250) is known color: Sapphire. HEX triplet: 13, 22 and 50. RGB value is (19,34,80). Sum of RGB (Red+Green+Blue) = 19+34+80=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #132250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132250 is #ECDDAF. Grayscale: #222222. Windows color (decimal): -15523248 or 5251603. OLE color: 5251603.

HSL color Cylindrical-coordinate representation of color #132250: hue angle of 225.25º 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 #132250 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 34 80 -
CMYK 0.76 0.58 0 0.69
HSL 225.25º 0.62% 0.19% -
HSV(B) 225.25º 0.76% 0.31% -
XYZ 2.29 1.86 7.83 -
YUV 34.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 19 34 80 0.76 0.58 0 0.69 225.25 0.62 0.19
Hex 13 22 50 4C 3A 0 45 E1 3E 13
Octal 23 42 120 114 72 0 105 341 76 23
Binary 10011 100010 1010000 1001100 111010 0 1000101 11100001 111110 10011

Color Harmonies of #132250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132250

Black with #132250

Text Example


Text Example

White with #132250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132250; }

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

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

background-color css

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

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

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

border-color css

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

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

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