#195E78

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

Shades of Orient #195E78

Tints of Orient #195E78

Color information

#195E78 (or 0x195E78) is unknown color: approx Orient. HEX triplet: 19, 5E and 78. RGB value is (25,94,120). Sum of RGB (Red+Green+Blue) = 25+94+120=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #195E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195E78 is #E6A187. Grayscale: #4C4C4C. Windows color (decimal): -15114632 or 7888409. OLE color: 7888409.

HSL color Cylindrical-coordinate representation of color #195E78: hue angle of 196.42º degrees, saturation: 0.66, 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 #195E78 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2594120-
CMYK0.790.2200.53
HSL196.42º65.52%28.43%-
HSV(B)196.42º79.17%47.06%-
XYZ7.799.5719.21-
YUV76.33152.6491.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=10.46%
G=39.33%
B=50.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25941200.790.2200.53196.4265.5228.43
Hex195E784F16035c4421c
Octal311361701172606530410234
Binary1100110111101111000100111110110011010111000100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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