#185879

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

Shades of Orient #185879

Tints of Orient #185879

Color information

#185879 (or 0x185879) is unknown color: approx Orient. HEX triplet: 18, 58 and 79. RGB value is (24,88,121). Sum of RGB (Red+Green+Blue) = 24+88+121=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #185879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185879 is #E7A786. Grayscale: #484848. Windows color (decimal): -15181703 or 7952408. OLE color: 7952408.

HSL color Cylindrical-coordinate representation of color #185879: hue angle of 200.41º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185879 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2488121-
CMYK0.800.2700.53
HSL200.41º66.9%28.43%-
HSV(B)200.41º80.17%47.45%-
XYZ7.328.5519.35-
YUV72.63155.393.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=10.30%
G=37.77%
B=51.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24881210.800.2700.53200.4166.928.43
Hex185879501B035c8431c
Octal301301711203306531010334
Binary1100010110001111001101000011011011010111001000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185879; }

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

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

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

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

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

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

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

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