#13235C

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

Shades of Sapphire #13235C

Tints of Sapphire #13235C

Color information

#13235C (or 0x13235C) is unknown color: approx Sapphire. HEX triplet: 13, 23 and 5C. RGB value is (19,35,92). Sum of RGB (Red+Green+Blue) = 19+35+92=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #13235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13235C is #ECDCA3. Grayscale: #242424. Windows color (decimal): -15522980 or 6038291. OLE color: 6038291.

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

Color convert

RGB193592-
CMYK0.790.6200.64
HSL226.85º65.77%21.76%-
HSV(B)226.85º79.35%36.08%-
XYZ2.82.1110.39-
YUV36.71159.2115.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 92 (36.33% from 255) = 63.01%
R=13.01%
G=23.97%
B=63.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1935920.790.6200.64226.8565.7721.76
Hex13235C4F3E040e34216
Octal234313411776010034310226
Binary10011100011101110010011111111100100000011100011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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