#195D7C

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

Shades of Orient #195D7C

Tints of Orient #195D7C

Color information

#195D7C (or 0x195D7C) is unknown color: approx Orient. HEX triplet: 19, 5D and 7C. RGB value is (25,93,124). Sum of RGB (Red+Green+Blue) = 25+93+124=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #195D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D7C is #E6A283. Grayscale: #4C4C4C. Windows color (decimal): -15114884 or 8150297. OLE color: 8150297.

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

Color convert

RGB2593124-
CMYK0.800.2500.51
HSL198.79º66.44%29.22%-
HSV(B)198.79º79.84%48.63%-
XYZ7.959.4920.48-
YUV76.2154.9791.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 93 (36.72% from 255) = 38.43%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=10.33%
G=38.43%
B=51.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25931240.800.2500.51198.7966.4429.22
Hex195D7C5019033c7421d
Octal311351741203106330710235
Binary1100110111011111100101000011001011001111000111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,93,124); }

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

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

 a { background-color: rgb(25,93,124); }

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

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

 span { border-color: rgb(25,93,124); }

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