Html Css Color HEX #132061 Sapphire

📋 copy color: '#132061'

red 19 ◦ green 32 ◦ blue 97

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

Shades of Sapphire #132061

Tints of Sapphire #132061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.62%

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

R = 12.84%
G = 21.62%
B = 65.54%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132061 (or 0x132061) is known color: Sapphire. HEX triplet: 13, 20 and 61. RGB value is (19,32,97). Sum of RGB (Red+Green+Blue) = 19+32+97=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #132061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132061 is #ECDF9E. Grayscale: #232323. Windows color (decimal): -15523743 or 6365203. OLE color: 6365203.

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

Color convert

RGB 19 32 97 -
CMYK 0.80 0.67 0 0.62
HSL 230º 0.67% 0.23% -
HSV(B) 230º 0.8% 0.38% -
XYZ 2.94 2.03 11.55 -
YUV 35.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 19 32 97 0.80 0.67 0 0.62 230 0.67 0.23
Hex 13 20 61 50 43 0 3E E6 43 17
Octal 23 40 141 120 103 0 76 346 103 27
Binary 10011 100000 1100001 1010000 1000011 0 111110 11100110 1000011 10111

Color Harmonies of #132061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132061

Black with #132061

Text Example


Text Example

White with #132061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132061; }

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

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

background-color css

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

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

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

border-color css

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

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

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