#195976

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

Shades of Orient #195976

Tints of Orient #195976

Color information

#195976 (or 0x195976) is unknown color: approx Orient. HEX triplet: 19, 59 and 76. RGB value is (25,89,118). Sum of RGB (Red+Green+Blue) = 25+89+118=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #195976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195976 is #E6A689. Grayscale: #484848. Windows color (decimal): -15115914 or 7756057. OLE color: 7756057.

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

Color convert

RGB2589118-
CMYK0.790.2500.54
HSL198.71º65.03%28.04%-
HSV(B)198.71º78.81%46.27%-
XYZ7.248.6618.43-
YUV73.17153.393.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=10.78%
G=38.36%
B=50.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25891180.790.2500.54198.7165.0328.04
Hex1959764F19036c7411c
Octal311311661173106630710134
Binary1100110110011110110100111111001011011011000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195976; }

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

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

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

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

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

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

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

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