#13225C

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

Shades of Sapphire #13225C

Tints of Sapphire #13225C

Color information

#13225C (or 0x13225C) is unknown color: approx Sapphire. HEX triplet: 13, 22 and 5C. RGB value is (19,34,92). Sum of RGB (Red+Green+Blue) = 19+34+92=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #13225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13225C is #ECDDA3. Grayscale: #232323. Windows color (decimal): -15523236 or 6038035. OLE color: 6038035.

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

Color convert

RGB193492-
CMYK0.790.6300.64
HSL227.67º65.77%21.76%-
HSV(B)227.67º79.35%36.08%-
XYZ2.772.0610.38-
YUV36.13159.53115.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 92 (36.33% from 255) = 63.45%
R=13.10%
G=23.45%
B=63.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1934920.790.6300.64227.6765.7721.76
Hex13225C4F3F040e44216
Octal234213411777010034410226
Binary10011100010101110010011111111110100000011100100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13225C;
 }
 .AnyTagClassName
 {
   color: #13225C;
 }
</style>
background-color css

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

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

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

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

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

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