#194F6D

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

Shades of Orient #194F6D

Tints of Orient #194F6D

Color information

#194F6D (or 0x194F6D) is unknown color: approx Orient. HEX triplet: 19, 4F and 6D. RGB value is (25,79,109). Sum of RGB (Red+Green+Blue) = 25+79+109=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #194F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F6D is #E6B092. Grayscale: #424242. Windows color (decimal): -15118483 or 7163673. OLE color: 7163673.

HSL color Cylindrical-coordinate representation of color #194F6D: hue angle of 201.43º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #194F6D is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2579109-
CMYK0.770.2800.57
HSL201.43º62.69%26.27%-
HSV(B)201.43º77.06%42.75%-
XYZ5.966.915.49-
YUV66.27152.1198.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=11.74%
G=37.09%
B=51.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25791090.770.2800.57201.4362.6926.27
Hex194F6D4D1C039c93f1a
Octal31117155115340713117732
Binary110011001111110110110011011110001110011100100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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