Html Css Color HEX #132750 Sapphire

📋 copy color: '#132750'

red 19 ◦ green 39 ◦ blue 80

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

Shades of Sapphire #132750

Tints of Sapphire #132750

RGB

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

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

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

R = 13.77%
G = 28.26%
B = 57.97%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#132750 (or 0x132750) is known color: Sapphire. HEX triplet: 13, 27 and 50. RGB value is (19,39,80). Sum of RGB (Red+Green+Blue) = 19+39+80=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #132750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132750 is #ECD8AF. Grayscale: #252525. Windows color (decimal): -15521968 or 5252883. OLE color: 5252883.

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

Color convert

RGB 19 39 80 -
CMYK 0.76 0.51 0 0.69
HSL 220.33º 0.62% 0.19% -
HSV(B) 220.33º 0.76% 0.31% -
XYZ 2.44 2.17 7.88 -
YUV 37.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 19 39 80 0.76 0.51 0 0.69 220.33 0.62 0.19
Hex 13 27 50 4C 33 0 45 DC 3E 13
Octal 23 47 120 114 63 0 105 334 76 23
Binary 10011 100111 1010000 1001100 110011 0 1000101 11011100 111110 10011

Color Harmonies of #132750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132750

Black with #132750

Text Example


Text Example

White with #132750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132750; }

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

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

background-color css

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

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

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

border-color css

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

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

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