#184F73

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

Shades of Orient #184F73

Tints of Orient #184F73

Color information

#184F73 (or 0x184F73) is unknown color: approx Orient. HEX triplet: 18, 4F and 73. RGB value is (24,79,115). Sum of RGB (Red+Green+Blue) = 24+79+115=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #184F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F73 is #E7B08C. Grayscale: #424242. Windows color (decimal): -15184013 or 7556888. OLE color: 7556888.

HSL color Cylindrical-coordinate representation of color #184F73: hue angle of 203.74º 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 #184F73 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2479115-
CMYK0.790.3100.55
HSL203.74º65.47%27.25%-
HSV(B)203.74º79.13%45.1%-
XYZ6.277.0217.25-
YUV66.66155.2897.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=11.01%
G=36.24%
B=52.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24791150.790.3100.55203.7465.4727.25
Hex184F734F1F037cc411b
Octal301171631173706731410133
Binary1100010011111110011100111111111011011111001100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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