#13556B

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

Shades of Orient #13556B

Tints of Orient #13556B

Color information

#13556B (or 0x13556B) is unknown color: approx Orient. HEX triplet: 13, 55 and 6B. RGB value is (19,85,107). Sum of RGB (Red+Green+Blue) = 19+85+107=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #13556B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13556B is #ECAA94. Grayscale: #434343. Windows color (decimal): -15510165 or 7034131. OLE color: 7034131.

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

Color convert

RGB1985107-
CMYK0.820.2100.58
HSL195º69.84%24.71%-
HSV(B)195º82.24%41.96%-
XYZ6.177.715.07-
YUV67.77150.1393.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 107 (42.19% from 255) = 50.71%
R=9.00%
G=40.28%
B=50.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19851070.820.2100.5819569.8424.71
Hex13556B521503Ac34619
Octal231251531222507230310631
Binary1001110101011101011101001010101011101011000011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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