#195579

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

Shades of Orient #195579

Tints of Orient #195579

Color information

#195579 (or 0x195579) is unknown color: approx Orient. HEX triplet: 19, 55 and 79. RGB value is (25,85,121). Sum of RGB (Red+Green+Blue) = 25+85+121=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #195579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195579 is #E6AA86. Grayscale: #464646. Windows color (decimal): -15116935 or 7951641. OLE color: 7951641.

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

Color convert

RGB2585121-
CMYK0.790.3000.53
HSL202.5º65.75%28.63%-
HSV(B)202.5º79.34%47.45%-
XYZ7.18.0819.28-
YUV71.16156.1295.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 121 (47.66% from 255) = 52.38%
R=10.82%
G=36.80%
B=52.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25851210.790.3000.53202.565.7528.63
Hex1955794F1E035ca421d
Octal311251711173606531210235
Binary1100110101011111001100111111110011010111001010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195579; }

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

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

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

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

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

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

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

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