#195076

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

Shades of Orient #195076

Tints of Orient #195076

Color information

#195076 (or 0x195076) is unknown color: approx Orient. HEX triplet: 19, 50 and 76. RGB value is (25,80,118). Sum of RGB (Red+Green+Blue) = 25+80+118=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #195076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195076 is #E6AF89. Grayscale: #434343. Windows color (decimal): -15118218 or 7753753. OLE color: 7753753.

HSL color Cylindrical-coordinate representation of color #195076: hue angle of 204.52º 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 #195076 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2580118-
CMYK0.790.3200.54
HSL204.52º65.03%28.04%-
HSV(B)204.52º78.81%46.27%-
XYZ6.547.2518.19-
YUV67.89156.2897.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=11.21%
G=35.87%
B=52.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25801180.790.3200.54204.5265.0328.04
Hex1950764F20036cd411c
Octal311201661174006631510134
Binary11001101000011101101001111100000011011011001101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195076; }

 p { color: rgb(25,80,118); }

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

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

 a { background-color: rgb(25,80,118); }

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

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

 span { border-color: rgb(25,80,118); }

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