#13547A

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

Shades of Orient #13547A

Tints of Orient #13547A

Color information

#13547A (or 0x13547A) is unknown color: approx Orient. HEX triplet: 13, 54 and 7A. RGB value is (19,84,122). Sum of RGB (Red+Green+Blue) = 19+84+122=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #13547A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13547A is #ECAB85. Grayscale: #444444. Windows color (decimal): -15510406 or 8016915. OLE color: 8016915.

HSL color Cylindrical-coordinate representation of color #13547A: hue angle of 202.14º 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 #13547A is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1984122-
CMYK0.840.3100.52
HSL202.14º73.05%27.65%-
HSV(B)202.14º84.43%47.84%-
XYZ6.957.8819.57-
YUV68.9157.9792.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 122 (48.05% from 255) = 54.22%
R=8.44%
G=37.33%
B=54.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19841220.840.3100.52202.1473.0527.65
Hex13547A541F034ca491c
Octal231241721243706431211134
Binary1001110101001111010101010011111011010011001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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