#13235D

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

Shades of Sapphire #13235D

Tints of Sapphire #13235D

Color information

#13235D (or 0x13235D) is unknown color: approx Sapphire. HEX triplet: 13, 23 and 5D. RGB value is (19,35,93). Sum of RGB (Red+Green+Blue) = 19+35+93=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #13235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13235D is #ECDCA2. Grayscale: #242424. Windows color (decimal): -15522979 or 6103827. OLE color: 6103827.

HSL color Cylindrical-coordinate representation of color #13235D: hue angle of 227.03º 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 #13235D is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB193593-
CMYK0.800.6200.64
HSL227.03º66.07%21.96%-
HSV(B)227.03º79.57%36.47%-
XYZ2.852.1310.62-
YUV36.83159.7115.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=12.93%
G=23.81%
B=63.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1935930.800.6200.64227.0366.0721.96
Hex13235D503E040e34216
Octal234313512076010034310226
Binary10011100011101110110100001111100100000011100011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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