#13356C

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

Shades of Sapphire #13356C

Tints of Sapphire #13356C

Color information

#13356C (or 0x13356C) is unknown color: approx Sapphire. HEX triplet: 13, 35 and 6C. RGB value is (19,53,108). Sum of RGB (Red+Green+Blue) = 19+53+108=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #13356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13356C is #ECCA93. Grayscale: #303030. Windows color (decimal): -15518356 or 7091475. OLE color: 7091475.

HSL color Cylindrical-coordinate representation of color #13356C: hue angle of 217.08º 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 #13356C is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1953108-
CMYK0.820.5100.58
HSL217.08º70.08%24.9%-
HSV(B)217.08º82.41%42.35%-
XYZ4.253.7714.69-
YUV49.1161.24106.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 53 (21.09% from 255) = 29.44%
BLUE value IS 108 (42.58% from 255) = 60%
R=10.56%
G=29.44%
B=60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19531080.820.5100.58217.0870.0824.9
Hex13356C523303Ad94619
Octal23651541226307233110631
Binary1001111010111011001010010110011011101011011001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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