#195878

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

Shades of Orient #195878

Tints of Orient #195878

Color information

#195878 (or 0x195878) is unknown color: approx Orient. HEX triplet: 19, 58 and 78. RGB value is (25,88,120). Sum of RGB (Red+Green+Blue) = 25+88+120=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #195878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195878 is #E6A787. Grayscale: #484848. Windows color (decimal): -15116168 or 7886873. OLE color: 7886873.

HSL color Cylindrical-coordinate representation of color #195878: hue angle of 200.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195878 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2588120-
CMYK0.790.2700.53
HSL200.21º65.52%28.43%-
HSV(B)200.21º79.17%47.06%-
XYZ7.288.5419.03-
YUV72.81154.6393.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=10.73%
G=37.77%
B=51.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25881200.790.2700.53200.2165.5228.43
Hex1958784F1B035c8421c
Octal311301701173306531010234
Binary1100110110001111000100111111011011010111001000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195878; }

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

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

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

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

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

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

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

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