#195A7A

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

Shades of Orient #195A7A

Tints of Orient #195A7A

Color information

#195A7A (or 0x195A7A) is unknown color: approx Orient. HEX triplet: 19, 5A and 7A. RGB value is (25,90,122). Sum of RGB (Red+Green+Blue) = 25+90+122=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #195A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A7A is #E6A585. Grayscale: #4A4A4A. Windows color (decimal): -15115654 or 8018457. OLE color: 8018457.

HSL color Cylindrical-coordinate representation of color #195A7A: hue angle of 199.79º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195A7A is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2590122-
CMYK0.800.2600.52
HSL199.79º65.99%28.82%-
HSV(B)199.79º79.51%47.84%-
XYZ7.578.9219.74-
YUV74.21154.9792.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.55%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=10.55%
G=37.97%
B=51.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25901220.800.2600.52199.7965.9928.82
Hex195A7A501A034c8421d
Octal311321721203206431010235
Binary1100110110101111010101000011010011010011001000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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