#194f70

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

Shades of Orient #194F70

Tints of Orient #194F70

Color information

#194F70 (or 0x194F70) is unknown color: approx Orient. HEX triplet: 19, 4F and 70. RGB value is (25,79,112). Sum of RGB (Red+Green+Blue) = 25+79+112=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #194F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F70 is #E6B08F. Grayscale: #424242. Windows color (decimal): -15118480 or 7360281. OLE color: 7360281.

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

Color convert

RGB2579112-
CMYK0.780.2900.56
HSL202.76º63.5%26.86%-
HSV(B)202.76º77.68%43.92%-
XYZ6.126.9716.35-
YUV66.62153.6198.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=11.57%
G=36.57%
B=51.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25791120.780.2900.56202.7663.526.86
Hex194F704E1D038cb401b
Octal311171601163507031310033
Binary1100110011111110000100111011101011100011001011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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