#185667

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

Shades of Orient #185667

Tints of Orient #185667

Color information

#185667 (or 0x185667) is unknown color: approx Orient. HEX triplet: 18, 56 and 67. RGB value is (24,86,103). Sum of RGB (Red+Green+Blue) = 24+86+103=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #185667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185667 is #E7A998. Grayscale: #454545. Windows color (decimal): -15182233 or 6772248. OLE color: 6772248.

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

Color convert

RGB2486103-
CMYK0.770.1700.60
HSL192.91º62.2%24.9%-
HSV(B)192.91º76.7%40.39%-
XYZ6.157.8314.02-
YUV69.4146.9695.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.27%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 103 (40.62% from 255) = 48.36%
R=11.27%
G=40.38%
B=48.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24861030.770.1700.60192.9162.224.9
Hex1856674D1103Cc13e19
Octal30126147115210743017631
Binary110001010110110011110011011000101111001100000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185667; }

 p { color: rgb(24,86,103); }

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

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

 a { background-color: rgb(24,86,103); }

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

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

 span { border-color: rgb(24,86,103); }

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