#194F73

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

Shades of Orient #194F73

Tints of Orient #194F73

Color information

#194F73 (or 0x194F73) is unknown color: approx Orient. HEX triplet: 19, 4F and 73. RGB value is (25,79,115). Sum of RGB (Red+Green+Blue) = 25+79+115=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #194F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F73 is #E6B08C. Grayscale: #424242. Windows color (decimal): -15118477 or 7556889. OLE color: 7556889.

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

Color convert

RGB2579115-
CMYK0.780.3100.55
HSL204º64.29%27.45%-
HSV(B)204º78.26%45.1%-
XYZ6.297.0417.25-
YUV66.96155.1198.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 79 (31.25% from 255) = 36.07%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=11.42%
G=36.07%
B=52.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25791150.780.3100.5520464.2927.45
Hex194F734E1F037cc401b
Octal311171631163706731410033
Binary1100110011111110011100111011111011011111001100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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