#195D78

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

Shades of Orient #195D78

Tints of Orient #195D78

Color information

#195D78 (or 0x195D78) is unknown color: approx Orient. HEX triplet: 19, 5D and 78. RGB value is (25,93,120). Sum of RGB (Red+Green+Blue) = 25+93+120=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #195D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D78 is #E6A287. Grayscale: #4B4B4B. Windows color (decimal): -15114888 or 7888153. OLE color: 7888153.

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

Color convert

RGB2593120-
CMYK0.790.2200.53
HSL197.05º65.52%28.43%-
HSV(B)197.05º79.17%47.06%-
XYZ7.719.3919.18-
YUV75.75152.9791.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 93 (36.72% from 255) = 39.08%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=10.50%
G=39.08%
B=50.42%

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
Decimal25931200.790.2200.53197.0565.5228.43
Hex195D784F16035c5421c
Octal311351701172606530510234
Binary1100110111011111000100111110110011010111000101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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