Html Css Color HEX #13215E Sapphire

📋 copy color: '#13215E'

red 19 ◦ green 33 ◦ blue 94

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

Shades of Sapphire #13215E

Tints of Sapphire #13215E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 64.38%

R = 13.01%
G = 22.6%
B = 64.38%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13215E (or 0x13215E) is known color: Sapphire. HEX triplet: 13, 21 and 5E. RGB value is (19,33,94). Sum of RGB (Red+Green+Blue) = 19+33+94=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #13215E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13215E is #ECDEA1. Grayscale: #232323. Windows color (decimal): -15523490 or 6168851. OLE color: 6168851.

HSL color Cylindrical-coordinate representation of color #13215E: hue angle of 228.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13215E is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 33 94 -
CMYK 0.80 0.65 0 0.63
HSL 228.8º 0.66% 0.22% -
HSV(B) 228.8º 0.8% 0.37% -
XYZ 2.83 2.03 10.83 -
YUV 35.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 19 33 94 0.80 0.65 0 0.63 228.8 0.66 0.22
Hex 13 21 5E 50 41 0 3F E5 42 16
Octal 23 41 136 120 101 0 77 345 102 26
Binary 10011 100001 1011110 1010000 1000001 0 111111 11100101 1000010 10110

Color Harmonies of #13215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13215E

Black with #13215E

Text Example


Text Example

White with #13215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13215E; }

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

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

background-color css

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

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

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

border-color css

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

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

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