#184E70

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

Shades of Orient #184E70

Tints of Orient #184E70

Color information

#184E70 (or 0x184E70) is unknown color: approx Orient. HEX triplet: 18, 4E and 70. RGB value is (24,78,112). Sum of RGB (Red+Green+Blue) = 24+78+112=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #184E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E70 is #E7B18F. Grayscale: #414141. Windows color (decimal): -15184272 or 7360024. OLE color: 7360024.

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

Color convert

RGB2478112-
CMYK0.790.3000.56
HSL203.18º64.71%26.67%-
HSV(B)203.18º78.57%43.92%-
XYZ6.036.8116.33-
YUV65.73154.1198.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=11.21%
G=36.45%
B=52.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24781120.790.3000.56203.1864.7126.67
Hex184E704F1E038cb411b
Octal301161601173607031310133
Binary1100010011101110000100111111110011100011001011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,78,112); }

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

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

 a { background-color: rgb(24,78,112); }

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

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

 span { border-color: rgb(24,78,112); }

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