#13556F

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

Shades of Orient #13556F

Tints of Orient #13556F

Color information

#13556F (or 0x13556F) is unknown color: approx Orient. HEX triplet: 13, 55 and 6F. RGB value is (19,85,111). Sum of RGB (Red+Green+Blue) = 19+85+111=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #13556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13556F is #ECAA90. Grayscale: #444444. Windows color (decimal): -15510161 or 7296275. OLE color: 7296275.

HSL color Cylindrical-coordinate representation of color #13556F: hue angle of 196.96º 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 #13556F is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1985111-
CMYK0.830.2300.56
HSL196.96º70.77%25.49%-
HSV(B)196.96º82.88%43.53%-
XYZ6.397.7816.2-
YUV68.23152.1392.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=8.84%
G=39.53%
B=51.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19851110.830.2300.56196.9670.7725.49
Hex13556F5317038c54719
Octal231251571232707030510731
Binary1001110101011101111101001110111011100011000101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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