#195578

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

Shades of Orient #195578

Tints of Orient #195578

Color information

#195578 (or 0x195578) is unknown color: approx Orient. HEX triplet: 19, 55 and 78. RGB value is (25,85,120). Sum of RGB (Red+Green+Blue) = 25+85+120=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #195578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195578 is #E6AA87. Grayscale: #464646. Windows color (decimal): -15116936 or 7886105. OLE color: 7886105.

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

Color convert

RGB2585120-
CMYK0.790.2900.53
HSL202.11º65.52%28.43%-
HSV(B)202.11º79.17%47.06%-
XYZ7.048.0618.95-
YUV71.05155.6295.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 85 (33.59% from 255) = 36.96%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=10.87%
G=36.96%
B=52.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25851200.790.2900.53202.1165.5228.43
Hex1955784F1D035ca421c
Octal311251701173506531210234
Binary1100110101011111000100111111101011010111001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195578; }

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

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

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

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

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

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

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

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