#194D70

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

Shades of Orient #194D70

Tints of Orient #194D70

Color information

#194D70 (or 0x194D70) is unknown color: approx Orient. HEX triplet: 19, 4D and 70. RGB value is (25,77,112). Sum of RGB (Red+Green+Blue) = 25+77+112=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #194D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D70 is #E6B28F. Grayscale: #414141. Windows color (decimal): -15118992 or 7359769. OLE color: 7359769.

HSL color Cylindrical-coordinate representation of color #194D70: hue angle of 204.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194D70 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2577112-
CMYK0.780.3100.56
HSL204.14º63.5%26.86%-
HSV(B)204.14º77.68%43.92%-
XYZ5.986.6816.3-
YUV65.44154.2799.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.68%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=11.68%
G=35.98%
B=52.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25771120.780.3100.56204.1463.526.86
Hex194D704E1F038cc401b
Octal311151601163707031410033
Binary1100110011011110000100111011111011100011001100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194D70; }

 p { color: rgb(25,77,112); }

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

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

 a { background-color: rgb(25,77,112); }

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

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

 span { border-color: rgb(25,77,112); }

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