#194E70

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

Shades of Orient #194E70

Tints of Orient #194E70

Color information

#194E70 (or 0x194E70) is unknown color: approx Orient. HEX triplet: 19, 4E and 70. RGB value is (25,78,112). Sum of RGB (Red+Green+Blue) = 25+78+112=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #194E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E70 is #E6B18F. Grayscale: #414141. Windows color (decimal): -15118736 or 7360025. OLE color: 7360025.

HSL color Cylindrical-coordinate representation of color #194E70: hue angle of 203.45º 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 #194E70 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2578112-
CMYK0.780.3000.56
HSL203.45º63.5%26.86%-
HSV(B)203.45º77.68%43.92%-
XYZ6.056.8316.33-
YUV66.03153.9498.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.63%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=11.63%
G=36.28%
B=52.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25781120.780.3000.56203.4563.526.86
Hex194E704E1E038cb401b
Octal311161601163607031310033
Binary1100110011101110000100111011110011100011001011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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