#185868

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

Shades of Orient #185868

Tints of Orient #185868

Color information

#185868 (or 0x185868) is unknown color: approx Orient. HEX triplet: 18, 58 and 68. RGB value is (24,88,104). Sum of RGB (Red+Green+Blue) = 24+88+104=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #185868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185868 is #E7A797. Grayscale: #464646. Windows color (decimal): -15181720 or 6838296. OLE color: 6838296.

HSL color Cylindrical-coordinate representation of color #185868: hue angle of 192º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185868 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2488104-
CMYK0.770.1500.59
HSL192º62.5%25.1%-
HSV(B)192º76.92%40.78%-
XYZ6.378.1714.34-
YUV70.69146.894.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=11.11%
G=40.74%
B=48.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24881040.770.1500.5919262.525.1
Hex1858684DF03Bc03e19
Octal30130150115170733007631
Binary11000101100011010001001101111101110111100000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185868; }

 p { color: rgb(24,88,104); }

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

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

 a { background-color: rgb(24,88,104); }

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

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

 span { border-color: rgb(24,88,104); }

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