Html Css Color HEX #13225D Sapphire

📋 copy color: '#13225D'

red 19 ◦ green 34 ◦ blue 93

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

Shades of Sapphire #13225D

Tints of Sapphire #13225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.29%

 BLUE value IS 93 (36.72% from 255) = 63.7%

R = 13.01%
G = 23.29%
B = 63.7%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13225D (or 0x13225D) is known color: Sapphire. HEX triplet: 13, 22 and 5D. RGB value is (19,34,93). Sum of RGB (Red+Green+Blue) = 19+34+93=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #13225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13225D is #ECDDA2. Grayscale: #232323. Windows color (decimal): -15523235 or 6103571. OLE color: 6103571.

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

Color convert

RGB 19 34 93 -
CMYK 0.80 0.63 0 0.64
HSL 227.84º 0.66% 0.22% -
HSV(B) 227.84º 0.8% 0.36% -
XYZ 2.82 2.07 10.61 -
YUV 36.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 19 34 93 0.80 0.63 0 0.64 227.84 0.66 0.22
Hex 13 22 5D 50 3F 0 40 E4 42 16
Octal 23 42 135 120 77 0 100 344 102 26
Binary 10011 100010 1011101 1010000 111111 0 1000000 11100100 1000010 10110

Color Harmonies of #13225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13225D

Black with #13225D

Text Example


Text Example

White with #13225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13225D; }

 p { color: rgb(19,34,93); }

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

background-color css

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

 a { background-color: rgb(19,34,93); }

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

border-color css

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

 span { border-color: rgb(19,34,93); }

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