Html Css Color HEX #132959 Sapphire

📋 copy color: '#132959'

red 19 ◦ green 41 ◦ blue 89

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

Shades of Sapphire #132959

Tints of Sapphire #132959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

 BLUE value IS 89 (35.16% from 255) = 59.73%

R = 12.75%
G = 27.52%
B = 59.73%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#132959 (or 0x132959) is known color: Sapphire. HEX triplet: 13, 29 and 59. RGB value is (19,41,89). Sum of RGB (Red+Green+Blue) = 19+41+89=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #132959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132959 is #ECD6A6. Grayscale: #272727. Windows color (decimal): -15521447 or 5843219. OLE color: 5843219.

HSL color Cylindrical-coordinate representation of color #132959: hue angle of 221.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132959 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 41 89 -
CMYK 0.79 0.54 0 0.65
HSL 221.14º 0.65% 0.21% -
HSV(B) 221.14º 0.79% 0.35% -
XYZ 2.86 2.45 9.77 -
YUV 39.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 19 41 89 0.79 0.54 0 0.65 221.14 0.65 0.21
Hex 13 29 59 4F 36 0 41 DD 41 15
Octal 23 51 131 117 66 0 101 335 101 25
Binary 10011 101001 1011001 1001111 110110 0 1000001 11011101 1000001 10101

Color Harmonies of #132959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132959

Black with #132959

Text Example


Text Example

White with #132959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132959; }

 p { color: rgb(19,41,89); }

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

background-color css

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

 a { background-color: rgb(19,41,89); }

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

border-color css

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

 span { border-color: rgb(19,41,89); }

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