#185569

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

Shades of Orient #185569

Tints of Orient #185569

Color information

#185569 (or 0x185569) is unknown color: approx Orient. HEX triplet: 18, 55 and 69. RGB value is (24,85,105). Sum of RGB (Red+Green+Blue) = 24+85+105=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #185569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185569 is #E7AA96. Grayscale: #444444. Windows color (decimal): -15182487 or 6903064. OLE color: 6903064.

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

Color convert

RGB2485105-
CMYK0.770.1900.59
HSL194.81º62.79%25.29%-
HSV(B)194.81º77.14%41.18%-
XYZ6.177.7114.53-
YUV69.04148.2995.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=11.21%
G=39.72%
B=49.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24851050.770.1900.59194.8162.7925.29
Hex1855694D1303Bc33f19
Octal30125151115230733037731
Binary110001010101110100110011011001101110111100001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185569; }

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

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

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

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

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

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

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

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