#13256A

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

Shades of Sapphire #13256A

Tints of Sapphire #13256A

Color information

#13256A (or 0x13256A) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 6A. RGB value is (19,37,106). Sum of RGB (Red+Green+Blue) = 19+37+106=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 106 (41.80% from 255 or 65.43% from 162); Max value from RGB is 106 - color contains mainly: blue. Hex color #13256A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13256A is #ECDA95. Grayscale: #272727. Windows color (decimal): -15522454 or 6956307. OLE color: 6956307.

HSL color Cylindrical-coordinate representation of color #13256A: hue angle of 227.59º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13256A is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1937106-
CMYK0.820.6500.58
HSL227.59º69.6%24.51%-
HSV(B)227.59º82.08%41.57%-
XYZ3.532.513.93-
YUV39.48165.54113.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 106 (41.80% from 255) = 65.43%
R=11.73%
G=22.84%
B=65.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19371060.820.6500.58227.5969.624.51
Hex13256A524103Ae44619
Octal234515212210107234410631
Binary10011100101110101010100101000001011101011100100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13256A; }

 p { color: rgb(19,37,106); }

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

<style>
 a { background-color: #13256A; }

 a { background-color: rgb(19,37,106); }

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

<style>
 span { border-color: #13256A; }

 span { border-color: rgb(19,37,106); }

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