#195876

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

Shades of Orient #195876

Tints of Orient #195876

Color information

#195876 (or 0x195876) is unknown color: approx Orient. HEX triplet: 19, 58 and 76. RGB value is (25,88,118). Sum of RGB (Red+Green+Blue) = 25+88+118=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #195876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195876 is #E6A789. Grayscale: #484848. Windows color (decimal): -15116170 or 7755801. OLE color: 7755801.

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

Color convert

RGB2588118-
CMYK0.790.2500.54
HSL199.35º65.03%28.04%-
HSV(B)199.35º78.81%46.27%-
XYZ7.168.4918.4-
YUV72.58153.6394.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=10.82%
G=38.10%
B=51.08%

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
Decimal25881180.790.2500.54199.3565.0328.04
Hex1958764F19036c7411c
Octal311301661173106630710134
Binary1100110110001110110100111111001011011011000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195876; }

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

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

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

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

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

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

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

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