#13225D

Color #13225D Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #13225D

Tints of Sapphire #13225D

Color information

#13225D (or 0x13225D) is unknown color: approx 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

RGB193493-
CMYK0.800.6300.64
HSL227.84º66.07%21.96%-
HSV(B)227.84º79.57%36.47%-
XYZ2.822.0710.61-
YUV36.24160.03115.7-

RGB Variations

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

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.70%
R=13.01%
G=23.29%
B=63.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1934930.800.6300.64227.8466.0721.96
Hex13225D503F040e44216
Octal234213512077010034410226
Binary10011100010101110110100001111110100000011100100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>