#13256F

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

Shades of Sapphire #13256F

Tints of Sapphire #13256F

Color information

#13256F (or 0x13256F) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 6F. RGB value is (19,37,111). Sum of RGB (Red+Green+Blue) = 19+37+111=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #13256F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13256F is #ECDA90. Grayscale: #272727. Windows color (decimal): -15522449 or 7283987. OLE color: 7283987.

HSL color Cylindrical-coordinate representation of color #13256F: hue angle of 228.26º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13256F is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1937111-
CMYK0.830.6700.56
HSL228.26º70.77%25.49%-
HSV(B)228.26º82.88%43.53%-
XYZ3.82.6115.34-
YUV40.05168.04112.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 111 (43.75% from 255) = 66.47%
R=11.38%
G=22.16%
B=66.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19371110.830.6700.56228.2670.7725.49
Hex13256F5343038e44719
Octal234515712310307034410731
Binary10011100101110111110100111000011011100011100100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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