#195A7B

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

Shades of Orient #195A7B

Tints of Orient #195A7B

Color information

#195A7B (or 0x195A7B) is unknown color: approx Orient. HEX triplet: 19, 5A and 7B. RGB value is (25,90,123). Sum of RGB (Red+Green+Blue) = 25+90+123=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #195A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A7B is #E6A584. Grayscale: #4A4A4A. Windows color (decimal): -15115653 or 8083993. OLE color: 8083993.

HSL color Cylindrical-coordinate representation of color #195A7B: hue angle of 200.2º 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 #195A7B is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2590123-
CMYK0.800.2700.52
HSL200.2º66.22%29.02%-
HSV(B)200.2º79.67%48.24%-
XYZ7.638.9520.06-
YUV74.33155.4792.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=10.50%
G=37.82%
B=51.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25901230.800.2700.52200.266.2229.02
Hex195A7B501B034c8421d
Octal311321731203306431010235
Binary1100110110101111011101000011011011010011001000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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