#194E6C

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

Shades of Orient #194E6C

Tints of Orient #194E6C

Color information

#194E6C (or 0x194E6C) is unknown color: approx Orient. HEX triplet: 19, 4E and 6C. RGB value is (25,78,108). Sum of RGB (Red+Green+Blue) = 25+78+108=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #194E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E6C is #E6B193. Grayscale: #414141. Windows color (decimal): -15118740 or 7097881. OLE color: 7097881.

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

Color convert

RGB2578108-
CMYK0.770.2800.58
HSL201.69º62.41%26.08%-
HSV(B)201.69º76.85%42.35%-
XYZ5.836.7415.18-
YUV65.57151.9499.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 78 (30.86% from 255) = 36.97%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=11.85%
G=36.97%
B=51.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25781080.770.2800.58201.6962.4126.08
Hex194E6C4D1C03Aca3e1a
Octal31116154115340723127632
Binary110011001110110110010011011110001110101100101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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