#195772

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

Shades of Orient #195772

Tints of Orient #195772

Color information

#195772 (or 0x195772) is unknown color: approx Orient. HEX triplet: 19, 57 and 72. RGB value is (25,87,114). Sum of RGB (Red+Green+Blue) = 25+87+114=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #195772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195772 is #E6A88D. Grayscale: #474747. Windows color (decimal): -15116430 or 7493401. OLE color: 7493401.

HSL color Cylindrical-coordinate representation of color #195772: hue angle of 198.2º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #195772 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2587114-
CMYK0.780.2400.55
HSL198.2º64.03%27.25%-
HSV(B)198.2º78.07%44.71%-
XYZ6.858.2417.15-
YUV71.54151.9694.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=11.06%
G=38.50%
B=50.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25871140.780.2400.55198.264.0327.25
Hex1957724E18037c6401b
Octal311271621163006730610033
Binary1100110101111110010100111011000011011111000110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195772; }

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

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

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

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

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

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

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

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