#195375

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

Shades of Orient #195375

Tints of Orient #195375

Color information

#195375 (or 0x195375) is unknown color: approx Orient. HEX triplet: 19, 53 and 75. RGB value is (25,83,117). Sum of RGB (Red+Green+Blue) = 25+83+117=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #195375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195375 is #E6AC8A. Grayscale: #454545. Windows color (decimal): -15117451 or 7688985. OLE color: 7688985.

HSL color Cylindrical-coordinate representation of color #195375: hue angle of 202.17º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195375 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2583117-
CMYK0.790.2900.54
HSL202.17º64.79%27.84%-
HSV(B)202.17º78.63%45.88%-
XYZ6.717.6817.96-
YUV69.53154.7896.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 117 (46.09% from 255) = 52%
R=11.11%
G=36.89%
B=52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25831170.790.2900.54202.1764.7927.84
Hex1953754F1D036ca411c
Octal311231651173506631210134
Binary1100110100111110101100111111101011011011001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195375; }

 p { color: rgb(25,83,117); }

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

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

 a { background-color: rgb(25,83,117); }

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

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

 span { border-color: rgb(25,83,117); }

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