#195E76

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

Shades of Orient #195E76

Tints of Orient #195E76

Color information

#195E76 (or 0x195E76) is unknown color: approx Orient. HEX triplet: 19, 5E and 76. RGB value is (25,94,118). Sum of RGB (Red+Green+Blue) = 25+94+118=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #195E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195E76 is #E6A189. Grayscale: #4B4B4B. Windows color (decimal): -15114634 or 7757337. OLE color: 7757337.

HSL color Cylindrical-coordinate representation of color #195E76: hue angle of 195.48º 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 #195E76 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2594118-
CMYK0.790.2000.54
HSL195.48º65.03%28.04%-
HSV(B)195.48º78.81%46.27%-
XYZ7.679.5218.57-
YUV76.1151.6491.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.55%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=10.55%
G=39.66%
B=49.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25941180.790.2000.54195.4865.0328.04
Hex195E764F14036c3411c
Octal311361661172406630310134
Binary1100110111101110110100111110100011011011000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195E76; }

 p { color: rgb(25,94,118); }

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

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

 a { background-color: rgb(25,94,118); }

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

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

 span { border-color: rgb(25,94,118); }

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