#184F6C

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

Shades of Orient #184F6C

Tints of Orient #184F6C

Color information

#184F6C (or 0x184F6C) is unknown color: approx Orient. HEX triplet: 18, 4F and 6C. RGB value is (24,79,108). Sum of RGB (Red+Green+Blue) = 24+79+108=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #184F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F6C is #E7B093. Grayscale: #414141. Windows color (decimal): -15184020 or 7098136. OLE color: 7098136.

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

Color convert

RGB2479108-
CMYK0.780.2700.58
HSL200.71º63.64%25.88%-
HSV(B)200.71º77.78%42.35%-
XYZ5.886.8715.2-
YUV65.86151.7898.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=11.37%
G=37.44%
B=51.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24791080.780.2700.58200.7163.6425.88
Hex184F6C4E1B03Ac9401a
Octal301171541163307231110032
Binary1100010011111101100100111011011011101011001001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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