#13587A

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

Shades of Orient #13587A

Tints of Orient #13587A

Color information

#13587A (or 0x13587A) is unknown color: approx Orient. HEX triplet: 13, 58 and 7A. RGB value is (19,88,122). Sum of RGB (Red+Green+Blue) = 19+88+122=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #13587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13587A is #ECA785. Grayscale: #474747. Windows color (decimal): -15509382 or 8017939. OLE color: 8017939.

HSL color Cylindrical-coordinate representation of color #13587A: hue angle of 199.81º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13587A is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1988122-
CMYK0.840.2800.52
HSL199.81º73.05%27.65%-
HSV(B)199.81º84.43%47.84%-
XYZ7.278.5219.67-
YUV71.24156.6490.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.30%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=8.30%
G=38.43%
B=53.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19881220.840.2800.52199.8173.0527.65
Hex13587A541C034c8491c
Octal231301721243406431011134
Binary1001110110001111010101010011100011010011001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13587A; }

 p { color: rgb(19,88,122); }

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

<style>
 a { background-color: #13587A; }

 a { background-color: rgb(19,88,122); }

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

<style>
 span { border-color: #13587A; }

 span { border-color: rgb(19,88,122); }

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