#185969

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

Shades of Orient #185969

Tints of Orient #185969

Color information

#185969 (or 0x185969) is unknown color: approx Orient. HEX triplet: 18, 59 and 69. RGB value is (24,89,105). Sum of RGB (Red+Green+Blue) = 24+89+105=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #185969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185969 is #E7A696. Grayscale: #474747. Windows color (decimal): -15181463 or 6904088. OLE color: 6904088.

HSL color Cylindrical-coordinate representation of color #185969: hue angle of 191.85º degrees, saturation: 0.63, 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 #185969 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2489105-
CMYK0.770.1500.59
HSL191.85º62.79%25.29%-
HSV(B)191.85º77.14%41.18%-
XYZ6.58.3614.64-
YUV71.39146.9794.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=11.01%
G=40.83%
B=48.17%

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
Decimal24891050.770.1500.59191.8562.7925.29
Hex1859694DF03Bc03f19
Octal30131151115170733007731
Binary11000101100111010011001101111101110111100000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185969; }

 p { color: rgb(24,89,105); }

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

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

 a { background-color: rgb(24,89,105); }

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

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

 span { border-color: rgb(24,89,105); }

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