Html Css Color HEX #132161 Sapphire

📋 copy color: '#132161'

red 19 ◦ green 33 ◦ blue 97

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

Shades of Sapphire #132161

Tints of Sapphire #132161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.15%

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

R = 12.75%
G = 22.15%
B = 65.1%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132161 (or 0x132161) is known color: Sapphire. HEX triplet: 13, 21 and 61. RGB value is (19,33,97). Sum of RGB (Red+Green+Blue) = 19+33+97=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #132161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132161 is #ECDE9E. Grayscale: #232323. Windows color (decimal): -15523487 or 6365459. OLE color: 6365459.

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

Color convert

RGB 19 33 97 -
CMYK 0.80 0.66 0 0.62
HSL 229.23º 0.67% 0.23% -
HSV(B) 229.23º 0.8% 0.38% -
XYZ 2.97 2.09 11.56 -
YUV 36.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 19 33 97 0.80 0.66 0 0.62 229.23 0.67 0.23
Hex 13 21 61 50 42 0 3E E5 43 17
Octal 23 41 141 120 102 0 76 345 103 27
Binary 10011 100001 1100001 1010000 1000010 0 111110 11100101 1000011 10111

Color Harmonies of #132161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132161

Black with #132161

Text Example


Text Example

White with #132161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132161; }

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

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

background-color css

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

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

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

border-color css

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

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

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