#13356E

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

Shades of Sapphire #13356E

Tints of Sapphire #13356E

Color information

#13356E (or 0x13356E) is unknown color: approx Sapphire. HEX triplet: 13, 35 and 6E. RGB value is (19,53,110). Sum of RGB (Red+Green+Blue) = 19+53+110=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #13356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13356E is #ECCA91. Grayscale: #313131. Windows color (decimal): -15518354 or 7222547. OLE color: 7222547.

HSL color Cylindrical-coordinate representation of color #13356E: hue angle of 217.58º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13356E is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1953110-
CMYK0.830.5200.57
HSL217.58º70.54%25.29%-
HSV(B)217.58º82.73%43.14%-
XYZ4.363.8115.26-
YUV49.33162.24106.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=10.44%
G=29.12%
B=60.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19531100.830.5200.57217.5870.5425.29
Hex13356E5334039da4719
Octal23651561236407133210731
Binary1001111010111011101010011110100011100111011010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13356E; }

 p { color: rgb(19,53,110); }

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

<style>
 a { background-color: #13356E; }

 a { background-color: rgb(19,53,110); }

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

<style>
 span { border-color: #13356E; }

 span { border-color: rgb(19,53,110); }

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