#185374

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

Shades of Orient #185374

Tints of Orient #185374

Color information

#185374 (or 0x185374) is unknown color: approx Orient. HEX triplet: 18, 53 and 74. RGB value is (24,83,116). Sum of RGB (Red+Green+Blue) = 24+83+116=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #185374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185374 is #E7AC8B. Grayscale: #444444. Windows color (decimal): -15182988 or 7623448. OLE color: 7623448.

HSL color Cylindrical-coordinate representation of color #185374: hue angle of 201.52º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185374 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2483116-
CMYK0.790.2800.55
HSL201.52º65.71%27.45%-
HSV(B)201.52º79.31%45.49%-
XYZ6.627.6417.65-
YUV69.12154.4595.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=10.76%
G=37.22%
B=52.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24831160.790.2800.55201.5265.7127.45
Hex1853744F1C037ca421b
Octal301231641173406731210233
Binary1100010100111110100100111111100011011111001010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185374; }

 p { color: rgb(24,83,116); }

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

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

 a { background-color: rgb(24,83,116); }

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

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

 span { border-color: rgb(24,83,116); }

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