#195471

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

Shades of Orient #195471

Tints of Orient #195471

Color information

#195471 (or 0x195471) is unknown color: approx Orient. HEX triplet: 19, 54 and 71. RGB value is (25,84,113). Sum of RGB (Red+Green+Blue) = 25+84+113=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #195471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195471 is #E6AB8E. Grayscale: #454545. Windows color (decimal): -15117199 or 7427097. OLE color: 7427097.

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

Color convert

RGB2584113-
CMYK0.780.2600.56
HSL199.77º63.77%27.06%-
HSV(B)199.77º77.88%44.31%-
XYZ6.557.7416.77-
YUV69.67152.4596.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.26%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=11.26%
G=37.84%
B=50.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25841130.780.2600.56199.7763.7727.06
Hex1954714E1A038c8401b
Octal311241611163207031010033
Binary1100110101001110001100111011010011100011001000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195471; }

 p { color: rgb(25,84,113); }

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

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

 a { background-color: rgb(25,84,113); }

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

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

 span { border-color: rgb(25,84,113); }

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