#13255C

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

Shades of Sapphire #13255C

Tints of Sapphire #13255C

Color information

#13255C (or 0x13255C) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 5C. RGB value is (19,37,92). Sum of RGB (Red+Green+Blue) = 19+37+92=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #13255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13255C is #ECDAA3. Grayscale: #252525. Windows color (decimal): -15522468 or 6038803. OLE color: 6038803.

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

Color convert

RGB193792-
CMYK0.790.6000.64
HSL225.21º65.77%21.76%-
HSV(B)225.21º79.35%36.08%-
XYZ2.862.2310.41-
YUV37.89158.54114.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=12.84%
G=25%
B=62.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1937920.790.6000.64225.2165.7721.76
Hex13255C4F3C040e14216
Octal234513411774010034110226
Binary10011100101101110010011111111000100000011100001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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