#184D73

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

Shades of Orient #184D73

Tints of Orient #184D73

Color information

#184D73 (or 0x184D73) is unknown color: approx Orient. HEX triplet: 18, 4D and 73. RGB value is (24,77,115). Sum of RGB (Red+Green+Blue) = 24+77+115=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #184D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D73 is #E7B28C. Grayscale: #414141. Windows color (decimal): -15184525 or 7556376. OLE color: 7556376.

HSL color Cylindrical-coordinate representation of color #184D73: hue angle of 205.05º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184D73 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2477115-
CMYK0.790.3300.55
HSL205.05º65.47%27.25%-
HSV(B)205.05º79.13%45.1%-
XYZ6.136.7417.2-
YUV65.48155.9498.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=11.11%
G=35.65%
B=53.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24771150.790.3300.55205.0565.4727.25
Hex184D734F21037cd411b
Octal301151631174106731510133
Binary11000100110111100111001111100001011011111001101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184D73; }

 p { color: rgb(24,77,115); }

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

<style>
 a { background-color: #184D73; }

 a { background-color: rgb(24,77,115); }

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

<style>
 span { border-color: #184D73; }

 span { border-color: rgb(24,77,115); }

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