#195670

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

Shades of Orient #195670

Tints of Orient #195670

Color information

#195670 (or 0x195670) is unknown color: approx Orient. HEX triplet: 19, 56 and 70. RGB value is (25,86,112). Sum of RGB (Red+Green+Blue) = 25+86+112=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #195670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195670 is #E6A98F. Grayscale: #464646. Windows color (decimal): -15116688 or 7362073. OLE color: 7362073.

HSL color Cylindrical-coordinate representation of color #195670: hue angle of 197.93º 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 #195670 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2586112-
CMYK0.780.2300.56
HSL197.93º63.5%26.86%-
HSV(B)197.93º77.68%43.92%-
XYZ6.658.0316.53-
YUV70.72151.2995.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=11.21%
G=38.57%
B=50.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25861120.780.2300.56197.9363.526.86
Hex1956704E17038c6401b
Octal311261601162707030610033
Binary1100110101101110000100111010111011100011000110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195670; }

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

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

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

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

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

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

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

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