Html Css Color HEX #132B60 Sapphire

📋 copy color: '#132B60'

red 19 ◦ green 43 ◦ blue 96

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

Shades of Sapphire #132B60

Tints of Sapphire #132B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.22%

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

R = 12.03%
G = 27.22%
B = 60.76%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132B60 (or 0x132B60) is known color: Sapphire. HEX triplet: 13, 2B and 60. RGB value is (19,43,96). Sum of RGB (Red+Green+Blue) = 19+43+96=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #132B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B60 is #ECD49F. Grayscale: #292929. Windows color (decimal): -15520928 or 6302483. OLE color: 6302483.

HSL color Cylindrical-coordinate representation of color #132B60: hue angle of 221.3º 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 #132B60 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 43 96 -
CMYK 0.80 0.55 0 0.62
HSL 221.3º 0.67% 0.23% -
HSV(B) 221.3º 0.8% 0.38% -
XYZ 3.24 2.71 11.42 -
YUV 41.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 19 43 96 0.80 0.55 0 0.62 221.3 0.67 0.23
Hex 13 2B 60 50 37 0 3E DD 43 17
Octal 23 53 140 120 67 0 76 335 103 27
Binary 10011 101011 1100000 1010000 110111 0 111110 11011101 1000011 10111

Color Harmonies of #132B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B60

Black with #132B60

Text Example


Text Example

White with #132B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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