#13285C

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

Shades of Sapphire #13285C

Tints of Sapphire #13285C

Color information

#13285C (or 0x13285C) is unknown color: approx Sapphire. HEX triplet: 13, 28 and 5C. RGB value is (19,40,92). Sum of RGB (Red+Green+Blue) = 19+40+92=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #13285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13285C is #ECD7A3. Grayscale: #272727. Windows color (decimal): -15521700 or 6039571. OLE color: 6039571.

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

Color convert

RGB194092-
CMYK0.790.5700.64
HSL222.74º65.77%21.76%-
HSV(B)222.74º79.35%36.08%-
XYZ2.962.4310.44-
YUV39.65157.54113.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=12.58%
G=26.49%
B=60.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1940920.790.5700.64222.7465.7721.76
Hex13285C4F39040df4216
Octal235013411771010033710226
Binary10011101000101110010011111110010100000011011111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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