#185870

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

Shades of Orient #185870

Tints of Orient #185870

Color information

#185870 (or 0x185870) is unknown color: approx Orient. HEX triplet: 18, 58 and 70. RGB value is (24,88,112). Sum of RGB (Red+Green+Blue) = 24+88+112=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #185870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185870 is #E7A78F. Grayscale: #474747. Windows color (decimal): -15181712 or 7362584. OLE color: 7362584.

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

Color convert

RGB2488112-
CMYK0.790.2100.56
HSL196.36º64.71%26.67%-
HSV(B)196.36º78.57%43.92%-
XYZ6.798.3416.58-
YUV71.6150.894.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.71%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 112 (44.14% from 255) = 50%
R=10.71%
G=39.29%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24881120.790.2100.56196.3664.7126.67
Hex1858704F15038c4411b
Octal301301601172507030410133
Binary1100010110001110000100111110101011100011000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185870; }

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

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

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

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

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

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

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

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