Html Css Color HEX #132961 Sapphire

📋 copy color: '#132961'

red 19 ◦ green 41 ◦ blue 97

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

Shades of Sapphire #132961

Tints of Sapphire #132961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 61.78%

R = 12.1%
G = 26.11%
B = 61.78%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132961 (or 0x132961) is known color: Sapphire. HEX triplet: 13, 29 and 61. RGB value is (19,41,97). Sum of RGB (Red+Green+Blue) = 19+41+97=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #132961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132961 is #ECD69E. Grayscale: #282828. Windows color (decimal): -15521439 or 6367507. OLE color: 6367507.

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

Color convert

RGB 19 41 97 -
CMYK 0.80 0.58 0 0.62
HSL 223.08º 0.67% 0.23% -
HSV(B) 223.08º 0.8% 0.38% -
XYZ 3.22 2.59 11.64 -
YUV 40.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 19 41 97 0.80 0.58 0 0.62 223.08 0.67 0.23
Hex 13 29 61 50 3A 0 3E DF 43 17
Octal 23 51 141 120 72 0 76 337 103 27
Binary 10011 101001 1100001 1010000 111010 0 111110 11011111 1000011 10111

Color Harmonies of #132961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132961

Black with #132961

Text Example


Text Example

White with #132961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132961; }

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

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

background-color css

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

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

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

border-color css

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

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

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