Html Css Color HEX #132760 Sapphire

📋 copy color: '#132760'

red 19 ◦ green 39 ◦ blue 96

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

Shades of Sapphire #132760

Tints of Sapphire #132760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 62.34%

R = 12.34%
G = 25.32%
B = 62.34%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132760 (or 0x132760) is known color: Sapphire. HEX triplet: 13, 27 and 60. RGB value is (19,39,96). Sum of RGB (Red+Green+Blue) = 19+39+96=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #132760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132760 is #ECD89F. Grayscale: #272727. Windows color (decimal): -15521952 or 6301459. OLE color: 6301459.

HSL color Cylindrical-coordinate representation of color #132760: hue angle of 224.42º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132760 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 39 96 -
CMYK 0.80 0.59 0 0.62
HSL 224.42º 0.67% 0.23% -
HSV(B) 224.42º 0.8% 0.38% -
XYZ 3.11 2.43 11.37 -
YUV 39.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 19 39 96 0.80 0.59 0 0.62 224.42 0.67 0.23
Hex 13 27 60 50 3B 0 3E E0 43 17
Octal 23 47 140 120 73 0 76 340 103 27
Binary 10011 100111 1100000 1010000 111011 0 111110 11100000 1000011 10111

Color Harmonies of #132760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132760

Black with #132760

Text Example


Text Example

White with #132760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132760; }

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

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

background-color css

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

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

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

border-color css

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

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

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