#184C6E

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

Shades of Orient #184C6E

Tints of Orient #184C6E

Color information

#184C6E (or 0x184C6E) is unknown color: approx Orient. HEX triplet: 18, 4C and 6E. RGB value is (24,76,110). Sum of RGB (Red+Green+Blue) = 24+76+110=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #184C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C6E is #E7B391. Grayscale: #404040. Windows color (decimal): -15184786 or 7228440. OLE color: 7228440.

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

Color convert

RGB2476110-
CMYK0.780.3100.57
HSL203.72º64.18%26.27%-
HSV(B)203.72º78.18%43.14%-
XYZ5.786.4915.7-
YUV64.33153.7799.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 76 (30.08% from 255) = 36.19%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=11.43%
G=36.19%
B=52.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24761100.780.3100.57203.7264.1826.27
Hex184C6E4E1F039cc401a
Octal301141561163707131410032
Binary1100010011001101110100111011111011100111001100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,76,110); }

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

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

 a { background-color: rgb(24,76,110); }

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

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

 span { border-color: rgb(24,76,110); }

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