#195A70

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

Shades of Orient #195A70

Tints of Orient #195A70

Color information

#195A70 (or 0x195A70) is unknown color: approx Orient. HEX triplet: 19, 5A and 70. RGB value is (25,90,112). Sum of RGB (Red+Green+Blue) = 25+90+112=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #195A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A70 is #E6A58F. Grayscale: #484848. Windows color (decimal): -15115664 or 7363097. OLE color: 7363097.

HSL color Cylindrical-coordinate representation of color #195A70: hue angle of 195.17º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #195A70 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2590112-
CMYK0.780.2000.56
HSL195.17º63.5%26.86%-
HSV(B)195.17º77.68%43.92%-
XYZ6.988.6916.64-
YUV73.07149.9793.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=11.01%
G=39.65%
B=49.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25901120.780.2000.56195.1763.526.86
Hex195A704E14038c3401b
Octal311321601162407030310033
Binary1100110110101110000100111010100011100011000011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195A70; }

 p { color: rgb(25,90,112); }

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

<style>
 a { background-color: #195A70; }

 a { background-color: rgb(25,90,112); }

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

<style>
 span { border-color: #195A70; }

 span { border-color: rgb(25,90,112); }

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