#184D71

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

Shades of Orient #184D71

Tints of Orient #184D71

Color information

#184D71 (or 0x184D71) is unknown color: approx Orient. HEX triplet: 18, 4D and 71. RGB value is (24,77,113). Sum of RGB (Red+Green+Blue) = 24+77+113=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #184D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D71 is #E7B28E. Grayscale: #414141. Windows color (decimal): -15184527 or 7425304. OLE color: 7425304.

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

Color convert

RGB2477113-
CMYK0.790.3200.56
HSL204.27º64.96%26.86%-
HSV(B)204.27º78.76%44.31%-
XYZ6.016.6916.6-
YUV65.26154.9498.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=11.21%
G=35.98%
B=52.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24771130.790.3200.56204.2764.9626.86
Hex184D714F20038cc411b
Octal301151611174007031410133
Binary11000100110111100011001111100000011100011001100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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