#195968

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

Shades of Orient #195968

Tints of Orient #195968

Color information

#195968 (or 0x195968) is unknown color: approx Orient. HEX triplet: 19, 59 and 68. RGB value is (25,89,104). Sum of RGB (Red+Green+Blue) = 25+89+104=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #195968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195968 is #E6A697. Grayscale: #474747. Windows color (decimal): -15115928 or 6838553. OLE color: 6838553.

HSL color Cylindrical-coordinate representation of color #195968: hue angle of 191.39º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195968 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2589104-
CMYK0.760.1400.59
HSL191.39º61.24%25.29%-
HSV(B)191.39º75.96%40.78%-
XYZ6.478.3514.37-
YUV71.57146.394.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=11.47%
G=40.83%
B=47.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25891040.760.1400.59191.3961.2425.29
Hex1959684CE03Bbf3d19
Octal31131150114160732777531
Binary11001101100111010001001100111001110111011111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195968; }

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

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

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

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

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

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

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

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