Html Css Color HEX #13205B Sapphire

📋 copy color: '#13205B'

red 19 ◦ green 32 ◦ blue 91

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

Shades of Sapphire #13205B

Tints of Sapphire #13205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 64.08%

R = 13.38%
G = 22.54%
B = 64.08%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13205B (or 0x13205B) is known color: Sapphire. HEX triplet: 13, 20 and 5B. RGB value is (19,32,91). Sum of RGB (Red+Green+Blue) = 19+32+91=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #13205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13205B is #ECDFA4. Grayscale: #222222. Windows color (decimal): -15523749 or 5971987. OLE color: 5971987.

HSL color Cylindrical-coordinate representation of color #13205B: hue angle of 229.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13205B is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 32 91 -
CMYK 0.79 0.65 0 0.64
HSL 229.17º 0.65% 0.22% -
HSV(B) 229.17º 0.79% 0.36% -
XYZ 2.67 1.93 10.13 -
YUV 34.84 159.69 116.7 -
System Red Green Blue C M Y K H S L
Decimal 19 32 91 0.79 0.65 0 0.64 229.17 0.65 0.22
Hex 13 20 5B 4F 41 0 40 E5 41 16
Octal 23 40 133 117 101 0 100 345 101 26
Binary 10011 100000 1011011 1001111 1000001 0 1000000 11100101 1000001 10110

Color Harmonies of #13205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13205B

Black with #13205B

Text Example


Text Example

White with #13205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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