#184E71

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

Shades of Orient #184E71

Tints of Orient #184E71

Color information

#184E71 (or 0x184E71) is unknown color: approx Orient. HEX triplet: 18, 4E and 71. RGB value is (24,78,113). Sum of RGB (Red+Green+Blue) = 24+78+113=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #184E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E71 is #E7B18E. Grayscale: #414141. Windows color (decimal): -15184271 or 7425560. OLE color: 7425560.

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

Color convert

RGB2478113-
CMYK0.790.3100.56
HSL203.6º64.96%26.86%-
HSV(B)203.6º78.76%44.31%-
XYZ6.086.8416.62-
YUV65.84154.6198.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=11.16%
G=36.28%
B=52.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24781130.790.3100.56203.664.9626.86
Hex184E714F1F038cc411b
Octal301161611173707031410133
Binary1100010011101110001100111111111011100011001100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,78,113); }

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

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

 a { background-color: rgb(24,78,113); }

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

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

 span { border-color: rgb(24,78,113); }

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