#195877

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

Shades of Orient #195877

Tints of Orient #195877

Color information

#195877 (or 0x195877) is unknown color: approx Orient. HEX triplet: 19, 58 and 77. RGB value is (25,88,119). Sum of RGB (Red+Green+Blue) = 25+88+119=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #195877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195877 is #E6A788. Grayscale: #484848. Windows color (decimal): -15116169 or 7821337. OLE color: 7821337.

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

Color convert

RGB2588119-
CMYK0.790.2600.53
HSL199.79º65.28%28.24%-
HSV(B)199.79º78.99%46.67%-
XYZ7.228.5218.72-
YUV72.7154.1393.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=10.78%
G=37.93%
B=51.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25881190.790.2600.53199.7965.2828.24
Hex1958774F1A035c8411c
Octal311301671173206531010134
Binary1100110110001110111100111111010011010111001000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195877; }

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

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

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

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

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

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

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

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