#195671

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

Shades of Orient #195671

Tints of Orient #195671

Color information

#195671 (or 0x195671) is unknown color: approx Orient. HEX triplet: 19, 56 and 71. RGB value is (25,86,113). Sum of RGB (Red+Green+Blue) = 25+86+113=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #195671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195671 is #E6A98E. Grayscale: #464646. Windows color (decimal): -15116687 or 7427609. OLE color: 7427609.

HSL color Cylindrical-coordinate representation of color #195671: hue angle of 198.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #195671 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2586113-
CMYK0.780.2400.56
HSL198.41º63.77%27.06%-
HSV(B)198.41º77.88%44.31%-
XYZ6.718.0516.82-
YUV70.84151.7995.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=11.16%
G=38.39%
B=50.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25861130.780.2400.56198.4163.7727.06
Hex1956714E18038c6401b
Octal311261611163007030610033
Binary1100110101101110001100111011000011100011000110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195671; }

 p { color: rgb(25,86,113); }

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

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

 a { background-color: rgb(25,86,113); }

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

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

 span { border-color: rgb(25,86,113); }

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