Html Css Color HEX #13205C Sapphire

📋 copy color: '#13205C'

red 19 ◦ green 32 ◦ blue 92

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

Shades of Sapphire #13205C

Tints of Sapphire #13205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 64.34%

R = 13.29%
G = 22.38%
B = 64.34%

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

#13205C (or 0x13205C) is known color: Sapphire. HEX triplet: 13, 20 and 5C. RGB value is (19,32,92). Sum of RGB (Red+Green+Blue) = 19+32+92=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #13205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13205C is #ECDFA3. Grayscale: #222222. Windows color (decimal): -15523748 or 6037523. OLE color: 6037523.

HSL color Cylindrical-coordinate representation of color #13205C: hue angle of 229.32º degrees, saturation: 0.66, 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 #13205C is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 32 92 -
CMYK 0.79 0.65 0 0.64
HSL 229.32º 0.66% 0.22% -
HSV(B) 229.32º 0.79% 0.36% -
XYZ 2.72 1.94 10.36 -
YUV 34.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 19 32 92 0.79 0.65 0 0.64 229.32 0.66 0.22
Hex 13 20 5C 4F 41 0 40 E5 42 16
Octal 23 40 134 117 101 0 100 345 102 26
Binary 10011 100000 1011100 1001111 1000001 0 1000000 11100101 1000010 10110

Color Harmonies of #13205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13205C

Black with #13205C

Text Example


Text Example

White with #13205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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