#184D6F

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

Shades of Orient #184D6F

Tints of Orient #184D6F

Color information

#184D6F (or 0x184D6F) is unknown color: approx Orient. HEX triplet: 18, 4D and 6F. RGB value is (24,77,111). Sum of RGB (Red+Green+Blue) = 24+77+111=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #184D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D6F is #E7B290. Grayscale: #404040. Windows color (decimal): -15184529 or 7294232. OLE color: 7294232.

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

Color convert

RGB2477111-
CMYK0.780.3100.56
HSL203.45º64.44%26.47%-
HSV(B)203.45º78.38%43.53%-
XYZ5.96.6516.01-
YUV65.03153.9498.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.32%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 111 (43.75% from 255) = 52.36%
R=11.32%
G=36.32%
B=52.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24771110.780.3100.56203.4564.4426.47
Hex184D6F4E1F038cb401a
Octal301151571163707031310032
Binary1100010011011101111100111011111011100011001011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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