#13526F

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

Shades of Orient #13526F

Tints of Orient #13526F

Color information

#13526F (or 0x13526F) is unknown color: approx Orient. HEX triplet: 13, 52 and 6F. RGB value is (19,82,111). Sum of RGB (Red+Green+Blue) = 19+82+111=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #13526F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13526F is #ECAD90. Grayscale: #424242. Windows color (decimal): -15510929 or 7295507. OLE color: 7295507.

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

Color convert

RGB1982111-
CMYK0.830.2600.56
HSL198.91º70.77%25.49%-
HSV(B)198.91º82.88%43.53%-
XYZ6.167.3216.13-
YUV66.47153.1394.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 111 (43.75% from 255) = 52.36%
R=8.96%
G=38.68%
B=52.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19821110.830.2600.56198.9170.7725.49
Hex13526F531A038c74719
Octal231221571233207030710731
Binary1001110100101101111101001111010011100011000111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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