#195775

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

Shades of Orient #195775

Tints of Orient #195775

Color information

#195775 (or 0x195775) is unknown color: approx Orient. HEX triplet: 19, 57 and 75. RGB value is (25,87,117). Sum of RGB (Red+Green+Blue) = 25+87+117=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #195775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195775 is #E6A88A. Grayscale: #474747. Windows color (decimal): -15116427 or 7690009. OLE color: 7690009.

HSL color Cylindrical-coordinate representation of color #195775: hue angle of 199.57º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195775 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2587117-
CMYK0.790.2600.54
HSL199.57º64.79%27.84%-
HSV(B)199.57º78.63%45.88%-
XYZ7.028.3118.06-
YUV71.88153.4694.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=10.92%
G=37.99%
B=51.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25871170.790.2600.54199.5764.7927.84
Hex1957754F1A036c8411c
Octal311271651173206631010134
Binary1100110101111110101100111111010011011011001000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195775; }

 p { color: rgb(25,87,117); }

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

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

 a { background-color: rgb(25,87,117); }

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

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

 span { border-color: rgb(25,87,117); }

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