#195378

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

Shades of Orient #195378

Tints of Orient #195378

Color information

#195378 (or 0x195378) is unknown color: approx Orient. HEX triplet: 19, 53 and 78. RGB value is (25,83,120). Sum of RGB (Red+Green+Blue) = 25+83+120=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #195378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195378 is #E6AC87. Grayscale: #454545. Windows color (decimal): -15117448 or 7885593. OLE color: 7885593.

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

Color convert

RGB2583120-
CMYK0.790.3100.53
HSL203.37º65.52%28.43%-
HSV(B)203.37º79.17%47.06%-
XYZ6.887.7518.9-
YUV69.88156.2895.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.96%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=10.96%
G=36.40%
B=52.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25831200.790.3100.53203.3765.5228.43
Hex1953784F1F035cb421c
Octal311231701173706531310234
Binary1100110100111111000100111111111011010111001011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195378; }

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

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

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

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

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

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

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

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