#19516F

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

Shades of Orient #19516F

Tints of Orient #19516F

Color information

#19516F (or 0x19516F) is unknown color: approx Orient. HEX triplet: 19, 51 and 6F. RGB value is (25,81,111). Sum of RGB (Red+Green+Blue) = 25+81+111=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #19516F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19516F is #E6AE90. Grayscale: #434343. Windows color (decimal): -15117969 or 7295257. OLE color: 7295257.

HSL color Cylindrical-coordinate representation of color #19516F: hue angle of 200.93º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19516F is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2581111-
CMYK0.770.2700.56
HSL200.93º63.24%26.67%-
HSV(B)200.93º77.48%43.53%-
XYZ6.217.2416.11-
YUV67.68152.4597.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=11.52%
G=37.33%
B=51.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25811110.770.2700.56200.9363.2426.67
Hex19516F4D1B038c93f1b
Octal31121157115330703117733
Binary110011010001110111110011011101101110001100100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,81,111); }

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

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

 a { background-color: rgb(25,81,111); }

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

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

 span { border-color: rgb(25,81,111); }

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