#195872

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

Shades of Orient #195872

Tints of Orient #195872

Color information

#195872 (or 0x195872) is unknown color: approx Orient. HEX triplet: 19, 58 and 72. RGB value is (25,88,114). Sum of RGB (Red+Green+Blue) = 25+88+114=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #195872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195872 is #E6A78D. Grayscale: #474747. Windows color (decimal): -15116174 or 7493657. OLE color: 7493657.

HSL color Cylindrical-coordinate representation of color #195872: hue angle of 197.53º 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 #195872 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2588114-
CMYK0.780.2300.55
HSL197.53º64.03%27.25%-
HSV(B)197.53º78.07%44.71%-
XYZ6.938.417.18-
YUV72.13151.6394.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=11.01%
G=38.77%
B=50.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25881140.780.2300.55197.5364.0327.25
Hex1958724E17037c6401b
Octal311301621162706730610033
Binary1100110110001110010100111010111011011111000110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195872; }

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

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

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

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

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

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

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

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