#13566F

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

Shades of Orient #13566F

Tints of Orient #13566F

Color information

#13566F (or 0x13566F) is unknown color: approx Orient. HEX triplet: 13, 56 and 6F. RGB value is (19,86,111). Sum of RGB (Red+Green+Blue) = 19+86+111=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #13566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13566F is #ECA990. Grayscale: #444444. Windows color (decimal): -15509905 or 7296531. OLE color: 7296531.

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

Color convert

RGB1986111-
CMYK0.830.2300.56
HSL196.3º70.77%25.49%-
HSV(B)196.3º82.88%43.53%-
XYZ6.477.9416.23-
YUV68.82151.892.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=8.80%
G=39.81%
B=51.39%

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
Decimal19861110.830.2300.56196.370.7725.49
Hex13566F5317038c44719
Octal231261571232707030410731
Binary1001110101101101111101001110111011100011000100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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