#15536D

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

Shades of Orient #15536D

Tints of Orient #15536D

Color information

#15536D (or 0x15536D) is unknown color: approx Orient. HEX triplet: 15, 53 and 6D. RGB value is (21,83,109). Sum of RGB (Red+Green+Blue) = 21+83+109=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #15536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15536D is #EAAC92. Grayscale: #434343. Windows color (decimal): -15379603 or 7164693. OLE color: 7164693.

HSL color Cylindrical-coordinate representation of color #15536D: hue angle of 197.73º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15536D is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2183109-
CMYK0.810.2400.57
HSL197.73º67.69%25.49%-
HSV(B)197.73º80.73%42.75%-
XYZ6.167.4515.58-
YUV67.43151.4694.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=9.86%
G=38.97%
B=51.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21831090.810.2400.57197.7367.6925.49
Hex15536D5118039c64419
Octal251231551213007130610431
Binary1010110100111101101101000111000011100111000110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15536D; }

 p { color: rgb(21,83,109); }

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

<style>
 a { background-color: #15536D; }

 a { background-color: rgb(21,83,109); }

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

<style>
 span { border-color: #15536D; }

 span { border-color: rgb(21,83,109); }

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