#195A71

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

Shades of Orient #195A71

Tints of Orient #195A71

Color information

#195A71 (or 0x195A71) is unknown color: approx Orient. HEX triplet: 19, 5A and 71. RGB value is (25,90,113). Sum of RGB (Red+Green+Blue) = 25+90+113=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #195A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A71 is #E6A58E. Grayscale: #494949. Windows color (decimal): -15115663 or 7428633. OLE color: 7428633.

HSL color Cylindrical-coordinate representation of color #195A71: hue angle of 195.68º 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 #195A71 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2590113-
CMYK0.780.2000.56
HSL195.68º63.77%27.06%-
HSV(B)195.68º77.88%44.31%-
XYZ7.048.7116.93-
YUV73.19150.4793.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.96%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=10.96%
G=39.47%
B=49.56%

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
Decimal25901130.780.2000.56195.6863.7727.06
Hex195A714E14038c4401b
Octal311321611162407030410033
Binary1100110110101110001100111010100011100011000100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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