#184B6E

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

Shades of Orient #184B6E

Tints of Orient #184B6E

Color information

#184B6E (or 0x184B6E) is unknown color: approx Orient. HEX triplet: 18, 4B and 6E. RGB value is (24,75,110). Sum of RGB (Red+Green+Blue) = 24+75+110=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #184B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B6E is #E7B491. Grayscale: #3F3F3F. Windows color (decimal): -15185042 or 7228184. OLE color: 7228184.

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

Color convert

RGB2475110-
CMYK0.780.3200.57
HSL204.42º64.18%26.27%-
HSV(B)204.42º78.18%43.14%-
XYZ5.716.3515.68-
YUV63.74154.199.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=11.48%
G=35.89%
B=52.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24751100.780.3200.57204.4264.1826.27
Hex184B6E4E20039cc401a
Octal301131561164007131410032
Binary11000100101111011101001110100000011100111001100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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