#13235F

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

Shades of Sapphire #13235F

Tints of Sapphire #13235F

Color information

#13235F (or 0x13235F) is unknown color: approx Sapphire. HEX triplet: 13, 23 and 5F. RGB value is (19,35,95). Sum of RGB (Red+Green+Blue) = 19+35+95=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #13235F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13235F is #ECDCA0. Grayscale: #242424. Windows color (decimal): -15522977 or 6234899. OLE color: 6234899.

HSL color Cylindrical-coordinate representation of color #13235F: hue angle of 227.37º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13235F is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB193595-
CMYK0.800.6300.63
HSL227.37º66.67%22.35%-
HSV(B)227.37º80%37.25%-
XYZ2.942.1711.09-
YUV37.06160.7115.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 95 (37.5% from 255) = 63.76%
R=12.75%
G=23.49%
B=63.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1935950.800.6300.63227.3766.6722.35
Hex13235F503F03Fe34316
Octal23431371207707734310326
Binary1001110001110111111010000111111011111111100011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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