Html Css Color HEX #132361 Sapphire

📋 copy color: '#132361'

red 19 ◦ green 35 ◦ blue 97

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

Shades of Sapphire #132361

Tints of Sapphire #132361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.18%

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

R = 12.58%
G = 23.18%
B = 64.24%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132361 (or 0x132361) is known color: Sapphire. HEX triplet: 13, 23 and 61. RGB value is (19,35,97). Sum of RGB (Red+Green+Blue) = 19+35+97=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #132361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132361 is #ECDC9E. Grayscale: #252525. Windows color (decimal): -15522975 or 6365971. OLE color: 6365971.

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

Color convert

RGB 19 35 97 -
CMYK 0.80 0.64 0 0.62
HSL 227.69º 0.67% 0.23% -
HSV(B) 227.69º 0.8% 0.38% -
XYZ 3.03 2.2 11.58 -
YUV 37.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 19 35 97 0.80 0.64 0 0.62 227.69 0.67 0.23
Hex 13 23 61 50 40 0 3E E4 43 17
Octal 23 43 141 120 100 0 76 344 103 27
Binary 10011 100011 1100001 1010000 1000000 0 111110 11100100 1000011 10111

Color Harmonies of #132361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132361

Black with #132361

Text Example


Text Example

White with #132361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132361; }

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

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

background-color css

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

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

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

border-color css

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

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

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