#13536B

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

Shades of Orient #13536B

Tints of Orient #13536B

Color information

#13536B (or 0x13536B) is unknown color: approx Orient. HEX triplet: 13, 53 and 6B. RGB value is (19,83,107). Sum of RGB (Red+Green+Blue) = 19+83+107=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #13536B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13536B is #ECAC94. Grayscale: #424242. Windows color (decimal): -15510677 or 7033619. OLE color: 7033619.

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

Color convert

RGB1983107-
CMYK0.820.2200.58
HSL196.36º69.84%24.71%-
HSV(B)196.36º82.24%41.96%-
XYZ6.027.3915.02-
YUV66.6150.894.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=9.09%
G=39.71%
B=51.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19831070.820.2200.58196.3669.8424.71
Hex13536B521603Ac44619
Octal231231531222607230410631
Binary1001110100111101011101001010110011101011000100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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