#195478

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

Shades of Orient #195478

Tints of Orient #195478

Color information

#195478 (or 0x195478) is unknown color: approx Orient. HEX triplet: 19, 54 and 78. RGB value is (25,84,120). Sum of RGB (Red+Green+Blue) = 25+84+120=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #195478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195478 is #E6AB87. Grayscale: #464646. Windows color (decimal): -15117192 or 7885849. OLE color: 7885849.

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

Color convert

RGB2584120-
CMYK0.790.300.53
HSL202.74º65.52%28.43%-
HSV(B)202.74º79.17%47.06%-
XYZ6.967.918.93-
YUV70.46155.9595.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=10.92%
G=36.68%
B=52.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25841200.790.300.53202.7465.5228.43
Hex1954784F1E035cb421c
Octal311241701173606531310234
Binary1100110101001111000100111111110011010111001011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195478; }

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

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

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

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

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

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

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

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