#13265C

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

Shades of Sapphire #13265C

Tints of Sapphire #13265C

Color information

#13265C (or 0x13265C) is unknown color: approx Sapphire. HEX triplet: 13, 26 and 5C. RGB value is (19,38,92). Sum of RGB (Red+Green+Blue) = 19+38+92=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #13265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13265C is #ECD9A3. Grayscale: #262626. Windows color (decimal): -15522212 or 6039059. OLE color: 6039059.

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

Color convert

RGB193892-
CMYK0.790.5900.64
HSL224.38º65.77%21.76%-
HSV(B)224.38º79.35%36.08%-
XYZ2.892.310.42-
YUV38.47158.21114.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 92 (36.33% from 255) = 61.74%
R=12.75%
G=25.50%
B=61.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1938920.790.5900.64224.3865.7721.76
Hex13265C4F3B040e04216
Octal234613411773010034010226
Binary10011100110101110010011111110110100000011100000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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